Skip to content

Commit f2d2665

Browse files
committed
EloquentBaseRepository: namespace bug fix
1 parent 300131b commit f2d2665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repositories/EloquentBaseRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Illuminate\Support\Str;
1616
use Luezoid\Laravelcore\Contracts\IBaseRepository;
1717
use Luezoid\Laravelcore\Exceptions\AppException;
18-
use Luezoid\Laravelcore\Service\UtilityService;
18+
use Luezoid\Laravelcore\Services\UtilityService;
1919
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
2020
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
2121
use Throwable;

0 commit comments

Comments
 (0)