Skip to content

Commit 6377f80

Browse files
committed
fix coding style
1 parent 7f87874 commit 6377f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routes/web.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
|
3737
*/
3838

39-
Route::get('csrf-token', function() {
40-
return request()->session()->token();
39+
Route::get('csrf-token', function () {
40+
return request()->session()->token();
4141
});
4242

4343
Route::inertia('/', 'Index')->name('index');

0 commit comments

Comments
 (0)