Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Jul 21, 2024
1 parent 7ded1a1 commit bd5521c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Route::view('/advertising', 'pages.advertising')->name('advertising');

Route::get('why-laravel/', function () {
return view("pages.why-laravel", [
return view('pages.why-laravel', [
'users' => \App\Models\User::inRandomOrder()->limit(5 * 12)->get()->chunk(12),
]);
})->name('why-laravel');
Expand Down

0 comments on commit bd5521c

Please sign in to comment.