Skip to content

Commit 4f6ae52

Browse files
committed
Added "important" usage notice
1 parent 77e13ad commit 4f6ae52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ First, publish the package's files:
6565
'providers' => ServiceProvider::defaultProviders()->merge([
6666
// ...
6767
App\Providers\RouteServiceProvider::class,
68-
// Add the line below AFTER "App\Providers\RouteServiceProvider::class,"
68+
// IMPORTANT: add the following line AFTER "App\Providers\RouteServiceProvider::class,"
6969
App\Providers\CookiesServiceProvider::class,
7070
])->toArray(),
7171
```

0 commit comments

Comments
 (0)