Skip to content

Commit

Permalink
more phpcs broken stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-Cowin committed Nov 27, 2024
1 parent 79b498c commit aa1b4b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@


Route::middleware([
'auth:sanctum'])->get('/user', function (Request $request) {
'auth:sanctum'
]
)->get('/user',
function (Request
$request) {
return
$request
->user()
Expand Down

0 comments on commit aa1b4b9

Please sign in to comment.