added forms country & vehicle running cost (kurang fitur pendukung)
This commit is contained in:
@@ -26,4 +26,9 @@ class FormVehicleRunningCost extends Model
|
||||
'account_number',
|
||||
'status',
|
||||
];
|
||||
|
||||
public function user()
|
||||
{
|
||||
return $this->belongsTo('App\Models\Admin', 'user_id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user