Skip to content

Commit cd19b7a

Browse files
committed
Merge pull request chrisbjr#128 from vikkio88/master
Update README.md
2 parents 6773176 + 9cd6d1f commit cd19b7a

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
@@ -54,7 +54,7 @@ Add the following middleware inside your `app/Http/Kernel.php` file:
5454
```php
5555
protected $routeMiddleware = [
5656
...
57-
'apiguard' => Chrisbjr\ApiGuard\Http\Middleware\ApiGuard::class,
57+
'apiguard' => \Chrisbjr\ApiGuard\Http\Middleware\ApiGuard::class,
5858
];
5959
```
6060

0 commit comments

Comments
 (0)