Skip to content

Commit 502b5dc

Browse files
authored
Update README.md
Great, package! Just what I needed. I couldn't extend package initially, did some digging and it's because of code I copied/pasted from the README has an incorrect package name. I just added the missing `r`
1 parent 0032370 commit 502b5dc

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)