change display on categories

This commit is contained in:
Ludovic CANDELLIER
2022-05-31 23:21:04 +02:00
parent 5b74c93b2e
commit e31978b1e3
10 changed files with 297 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ return [
// Categories Models
'models' => [
'category' => App\Models\Core\Category::class,
'category' => App\Models\Shop\Category::class,
],
];