Forms, Menu, DB

This commit is contained in:
Gogs
2021-06-03 10:06:09 +02:00
parent f4bff143a2
commit 42a9e2c8c7
11 changed files with 205 additions and 37 deletions
+3 -1
View File
@@ -18,7 +18,9 @@ class AircraftManufacturer extends Model
/**
* @var string The database table used by the model.
*/
public $table = 'germanairlinesva_fleet_aircraft_manufacturers';
// public $table = 'germanairlinesva_fleet_aircraft_manufacturers';
public $table = 'aircraft_manufacturers';
protected $connection = 'germanairlinesva_fleet';
/**
* @var array Validation rules