Fix tests and docs/better checks #130

This commit is contained in:
Nabeel Shahzad
2018-03-02 17:29:11 -06:00
parent 2df09c533b
commit 586769fbf0
14 changed files with 132 additions and 20 deletions

View File

@@ -5,6 +5,17 @@ namespace App\Models;
use App\Models\Enums\AircraftStatus;
use App\Support\ICAO;
/**
* @property mixed subfleet_id
* @property string name
* @property string icao
* @property string registration
* @property string hex_code
* @property Airport airport
* @property Subfleet subfleet
* @property int status
* @property int state
*/
class Aircraft extends BaseModel
{
public $table = 'aircraft';