Skip to content

Commit f5bd90d

Browse files
authored
Merge pull request #2 from kingsloi/patch-1
Update README.md
2 parents 0032370 + 502b5dc commit f5bd90d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ And remove everything else. Example:
9191

9292
namespace App\Exceptions;
9393

94-
use Lanin\Laravel\ApiExceptions\LaravelExceptionHandle;
94+
use Lanin\Laravel\ApiExceptions\LaravelExceptionHandler;
9595

96-
class Handler extends LaravelExceptionHandle
96+
class Handler extends LaravelExceptionHandler
9797
{
9898

9999
}

0 commit comments

Comments
 (0)