diff --git a/routes/web.php b/routes/web.php index 1e58dfad..5e8cf882 100644 --- a/routes/web.php +++ b/routes/web.php @@ -30,7 +30,7 @@ Route::get('/report/x1', function(){ $day = $bookings->groupBy(function($item){ return $item->created_at->format('Y-m-d'); }); - var_dump($day); + dump($day); } });