fix attribut name

This commit is contained in:
2026-03-19 10:22:59 +01:00
parent 0e5d6a1270
commit 4ebb1ad6c0
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class TasksController extends Controller
try {
$event = Event::find($request["event_id"]);
$event = Event::find($request["events_id"]);
$event->tasks()->create([
"name" => $request["name"],