Trim ICAO/IATA names, clean up model fields

This commit is contained in:
Nabeel Shahzad
2018-01-03 22:04:51 -06:00
parent 507ce5f24f
commit fe4e200983
11 changed files with 48 additions and 62 deletions

View File

@@ -17,11 +17,6 @@ class PirepComment extends BaseModel
'comment',
];
/**
* Validation rules
*
* @var array
*/
public static $rules = [
'comment' => 'required',
];