Creation table tasks

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-11-09 16:17:10 +01:00
parent 8341021ba5
commit f353e0c964
7 changed files with 155 additions and 0 deletions
+4
View File
@@ -12,4 +12,8 @@ class Events extends Model
"name",
"description",
];
public function tasks() {
return $this->hasMany(Task::class);
}
}