Skip to content

Commit

Permalink
Added "important" usage notice
Browse files Browse the repository at this point in the history
  • Loading branch information
toonvandenbos committed Dec 21, 2023
1 parent 77e13ad commit 4f6ae52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ First, publish the package's files:
'providers' => ServiceProvider::defaultProviders()->merge([
// ...
App\Providers\RouteServiceProvider::class,
// Add the line below AFTER "App\Providers\RouteServiceProvider::class,"
// IMPORTANT: add the following line AFTER "App\Providers\RouteServiceProvider::class,"
App\Providers\CookiesServiceProvider::class,
])->toArray(),
```
Expand Down

0 comments on commit 4f6ae52

Please sign in to comment.