Skip to content

Commit

Permalink
Update models config file location
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Sep 25, 2023
1 parent accc384 commit d574e04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/admin/src/ShopperServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ final class ShopperServiceProvider extends PackageServiceProvider
'admin',
'auth',
'components',
'models',
'routes',
'settings',
];
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/CoreServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ final class CoreServiceProvider extends ServiceProvider
protected array $configFiles = [
'core',
'media',
'models',
];

protected string $root = __DIR__ . '/..';
Expand Down

0 comments on commit d574e04

Please sign in to comment.