File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function register()
3434 $ this ->app ->singleton (\LaraPackage \RandomId \Contracts \Retriever::class, \LaraPackage \RandomId \Retriever::class);
3535 $ this ->app ->singleton (\LaraPackage \Api \Contracts \Repository \Helper \Relational::class, \LaraPackage \Api \Repository \Helper \Relational::class);
3636
37- $ this ->app ->singleton (\LaraPackage \Api \Contracts \Exceptions \ApiExceptionHandler::class, \LaraPackage \Api \ApiExceptionHandler::class);
37+ $ this ->app ->singleton (\LaraPackage \Api \Contracts \Exceptions \ApiExceptionHandler::class, \LaraPackage \Api \Exceptions \ ApiExceptionHandler::class);
3838
3939 $ this ->app ->singleton (\LaraPackage \Api \Contracts \PayloadCreator::class, \LaraPackage \Api \Implementations \PayloadCreator::class);
4040 $ this ->app ->singleton (\LaraPackage \Api \Contracts \RepresentationCreator::class, \LaraPackage \Api \Implementations \RepresentationCreator::class);
You can’t perform that action at this time.
0 commit comments