Skip to content

Commit 19859c1

Browse files
committed
fixed namespace issue
1 parent a6f8a5e commit 19859c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Exceptions/ApiExceptionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace LaraPackage\Api;
2+
namespace LaraPackage\Api\Exceptions;
33

44

55
use ErrorException;

0 commit comments

Comments
 (0)