refactor scopes

This commit is contained in:
ludo
2025-01-03 14:09:22 +01:00
parent 045641e687
commit 870fc6c806
4 changed files with 66 additions and 92 deletions

View File

@@ -4,6 +4,7 @@ namespace App\Repositories\Botanic;
use App\Models\Botanic\Variety;
use App\Repositories\Core\Tag;
use App\Repositories\Shop\TagGroups;
use App\Traits\Model\Basic;
use App\Traits\Repository\Imageable;