vendor categories fx1

This commit is contained in:
merdan 2022-11-18 12:15:53 +05:00
parent aefd6a8eca
commit 2e3ed5a544
1 changed files with 1 additions and 0 deletions

View File

@ -12,5 +12,6 @@ class ModuleServiceProvider extends CoreModuleServiceProvider
\Sarga\Shop\Models\Vendor::class,
\Sarga\Shop\Models\MenuTranslation::class,
\Sarga\Shop\Models\Order::class,
\Sarga\Shop\Models\Category::class,
];
}