Skip to content

Commit 979bb50

Browse files
committed
Fix exceptions namespace bug
1 parent d8f2925 commit 979bb50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Exceptions/UnauthenticatedException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace amir\laravelpermission\Exception;
3+
namespace amir\laravelpermission\Exceptions;
44

55
use Symfony\Component\HttpKernel\Exception\HttpException;
66

src/Exceptions/UnauthorizedException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace amir\laravelpermission\Exception;
3+
namespace amir\laravelpermission\Exceptions;
44

55

66
use Symfony\Component\HttpKernel\Exception\HttpException;

0 commit comments

Comments
 (0)