We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300131b commit f2d2665Copy full SHA for f2d2665
src/repositories/EloquentBaseRepository.php
@@ -15,7 +15,7 @@
15
use Illuminate\Support\Str;
16
use Luezoid\Laravelcore\Contracts\IBaseRepository;
17
use Luezoid\Laravelcore\Exceptions\AppException;
18
-use Luezoid\Laravelcore\Service\UtilityService;
+use Luezoid\Laravelcore\Services\UtilityService;
19
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
20
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
21
use Throwable;
0 commit comments