Skip to content

Commit 12bab08

Browse files
Update README.md
1 parent 0c66e0a commit 12bab08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This package provides you to set of middleware, migrations, directives and metho
99
2. Setup provider. In config/app.php add folllowing code to bottom of providers:
1010
```php
1111
'providers' => [
12-
...
13-
Stanfortonski\Laravelroles\ServiceProvider::class
12+
...
13+
Stanfortonski\Laravelroles\ServiceProvider::class
1414
],
1515
```
1616
3. Setup middleware. In app/Http/Kernel.php add folllowing code to bottom of middlewares:

0 commit comments

Comments
 (0)