Skip to content

Commit f8dcf43

Browse files
authored
Update CupsController.php
Fix Database error
1 parent 4b341c9 commit f8dcf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Modules/Cups/Http/Controllers/CupsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function index()
3636
trans('app.title') => 'title',
3737
trans('app.slots') => 'slots',
3838
trans('app.object_game') => 'game_id',
39-
trans('app.date') => 'starts_at'
39+
trans('app.date') => 'start_at'
4040
],
4141
'tableRow' => function(Cup $cup)
4242
{

0 commit comments

Comments
 (0)