diff --git a/README.md b/README.md index 9edee1b..006890c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,10 @@ use trait in App\Exceptions\Handler.php ```php use App\Exceptions\Traits\ApiHandlerTrait; -use ApiHandlerTrait; + +class Handler extends ExceptionHandler +{ + use ApiHandlerTrait; ``` ```php