Skip to content

Commit

Permalink
crud done
Browse files Browse the repository at this point in the history
  • Loading branch information
dipeshsukhia committed Jun 14, 2022
1 parent 3ce38d5 commit 8312687
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8312687

Please sign in to comment.