added form entertaiment and fix file upload
This commit is contained in:
@@ -26,4 +26,9 @@ class FormEntertaimentPresentation extends Model
|
||||
'account_number',
|
||||
'status',
|
||||
];
|
||||
|
||||
public function user()
|
||||
{
|
||||
return $this->belongsTo('App\Models\Admin');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user