Skip to content

Commit 2f0b588

Browse files
authored
Fixed Middleware section
1 parent 2f212a6 commit 2f0b588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ You can use several permissions too.
191191
#### Middleware
192192
Add the middleware to your `src/Http/Kernel.php`
193193
```php
194-
use Sourceboat\Middleware\RoleMiddleware;
194+
use Sourceboat\Permission\Middlewares\RoleMiddleware;
195195
class Kernel extends HttpKernel
196196
{
197197
...

0 commit comments

Comments
 (0)