We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b341c9 commit f8dcf43Copy full SHA for f8dcf43
app/Modules/Cups/Http/Controllers/CupsController.php
@@ -36,7 +36,7 @@ public function index()
36
trans('app.title') => 'title',
37
trans('app.slots') => 'slots',
38
trans('app.object_game') => 'game_id',
39
- trans('app.date') => 'starts_at'
+ trans('app.date') => 'start_at'
40
],
41
'tableRow' => function(Cup $cup)
42
{
0 commit comments