Skip to content

Commit

Permalink
Merge pull request #613 from RoboJackets/renovate/laravel-pint-1.x
Browse files Browse the repository at this point in the history
Update dependency laravel/pint to v1.19.0
  • Loading branch information
renovate[bot] authored Jan 1, 2025
2 parents fede143 + e45047a commit f550abc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions app/Http/Middleware/CasAuthenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ public function handle(Request $request, Closure $next)
}

if ($this->cas->isAuthenticated() && $request->user() !== null) {
//User is authenticated and already has an existing session
// User is authenticated and already has an existing session
return $next($request);
}

//User is not authenticated and does not have an existing session
// User is not authenticated and does not have an existing session
if ($request->ajax() || $request->wantsJson()) {
return response('Unauthorized', 401);
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"kelvinmo/simplejwt": "0.9.2",
"laravel/framework": "11.36.1",
"laravel/horizon": "5.30.1",
"laravel/pint": "1.18.3",
"laravel/pint": "1.19.0",
"laravel/sanctum": "4.0.7",
"laravel/slack-notification-channel": "3.4.2",
"laravel/tinker": "2.10.0",
Expand Down
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f550abc

Please sign in to comment.