add user search in SearchController, add start and end datetime in events table
This commit is contained in:
@@ -11,6 +11,8 @@ class Events extends Model
|
||||
protected $fillable = [
|
||||
"name",
|
||||
"description",
|
||||
'start',
|
||||
'end',
|
||||
];
|
||||
|
||||
public function tasks() {
|
||||
|
||||
Reference in New Issue
Block a user