added backend functions for jump bridge fuel display with the new way we are doing jobs

This commit is contained in:
2021-05-17 06:08:05 +09:00
parent a0c0186337
commit de0071734b
15 changed files with 824 additions and 60 deletions

View File

@@ -10,7 +10,7 @@ class Service extends Model
public $table = 'alliance_services';
//Timestamps
public $timestamps = false;
public $timestamps = true;
//Primary Key
public $primaryKey = 'id';
@@ -24,6 +24,8 @@ class Service extends Model
'structure_id',
'name',
'state',
'created_at',
'updated_at',
];
public function structure() {