fix changes
This commit is contained in:
@@ -45,7 +45,7 @@ class StoreMeetingRequest extends FormRequest
|
||||
return array_merge(parent::validated(), [
|
||||
'status' => $this->status ? '1' : '0',
|
||||
'created_by' => auth()->user()->id,
|
||||
'Type' => 'Meeting',
|
||||
'type' => 'Meeting',
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user