diff --git a/src/Aspect/ExceptionHandlerDispatcherAspect.php b/src/Aspect/ExceptionHandlerDispatcherAspect.php index 2eb4297..608f45f 100644 --- a/src/Aspect/ExceptionHandlerDispatcherAspect.php +++ b/src/Aspect/ExceptionHandlerDispatcherAspect.php @@ -8,6 +8,7 @@ * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ + namespace FriendsOfHyperf\ExceptionEvent\Aspect; use FriendsOfHyperf\ExceptionEvent\Event\ExceptionDispatched; diff --git a/src/ConfigProvider.php b/src/ConfigProvider.php index 5922e21..8184770 100644 --- a/src/ConfigProvider.php +++ b/src/ConfigProvider.php @@ -8,6 +8,7 @@ * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ + namespace FriendsOfHyperf\ExceptionEvent; use FriendsOfHyperf\ExceptionEvent\Aspect\ExceptionHandlerDispatcherAspect; diff --git a/src/Event/ExceptionDispatched.php b/src/Event/ExceptionDispatched.php index 8346bd1..368373c 100644 --- a/src/Event/ExceptionDispatched.php +++ b/src/Event/ExceptionDispatched.php @@ -8,6 +8,7 @@ * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ + namespace FriendsOfHyperf\ExceptionEvent\Event; use Psr\Http\Message\ResponseInterface; diff --git a/src/Functions.php b/src/Functions.php index e5e8b89..cf53e99 100644 --- a/src/Functions.php +++ b/src/Functions.php @@ -8,6 +8,7 @@ * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ + namespace FriendsOfHyperf\ExceptionEvent; use FriendsOfHyperf\ExceptionEvent\Event\ExceptionDispatched;