Type Groups

This commit is contained in:
Gogs
2021-06-03 18:34:22 +02:00
parent 9fdfe9dfb1
commit 27410bf5c2
23 changed files with 437 additions and 145 deletions
-1
View File
@@ -18,7 +18,6 @@ class Aircraft extends Model
/**
* @var string The database table used by the model.
*/
//public $table = 'germanairlinesva_fleet_aircrafts';
public $table = 'aircrafts';
protected $connection = 'germanairlinesva_fleet';