Creation table tasks
This commit is contained in:
@@ -12,4 +12,8 @@ class Events extends Model
|
||||
"name",
|
||||
"description",
|
||||
];
|
||||
|
||||
public function tasks() {
|
||||
return $this->hasMany(Task::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user