Skip to content

Commit

Permalink
Update JetstreamServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Feb 23, 2023
1 parent 026882b commit 11109e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/JetstreamServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public function boot()

RedirectResponse::macro('banner', function ($message) {
/** @var \Illuminate\Http\RedirectResponse $this */

return $this->with('flash', [
'bannerStyle' => 'success',
'banner' => $message,
Expand All @@ -84,7 +83,6 @@ public function boot()

RedirectResponse::macro('dangerBanner', function ($message) {
/** @var \Illuminate\Http\RedirectResponse $this */

return $this->with('flash', [
'bannerStyle' => 'danger',
'banner' => $message,
Expand Down

0 comments on commit 11109e0

Please sign in to comment.