Skip to content

Commit f147b8c

Browse files
committed
Fix namespace bug
1 parent 979bb50 commit f147b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Middleware/AuthRoles.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace amir\laravelpermission\Middleware;
44

5-
use amir\laravelpermission\Exception\UnauthenticatedException;
6-
use amir\laravelpermission\Exception\UnauthorizedException;
5+
use amir\laravelpermission\Exceptions\UnauthenticatedException;
6+
use amir\laravelpermission\Exceptions\UnauthorizedException;
77
use amir\laravelpermission\Models\Permission;
88
use Closure;
99
use Illuminate\Http\Request;

0 commit comments

Comments
 (0)