Skip to content

Commit

Permalink
fix: Store Model namespace (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts authored Nov 15, 2024
1 parent 117c8d4 commit 5fb5d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/database/factories/CollectionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Database\Factories;
namespace Shopper\Core\Database\Factories;

use Illuminate\Database\Eloquent\Factories\Factory;
use Shopper\Core\Enum\CollectionType;
Expand Down
2 changes: 1 addition & 1 deletion packages/core/database/factories/CollectionRuleFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Database\Factories;
namespace Shopper\Core\Database\Factories;

use Illuminate\Database\Eloquent\Factories\Factory;
use Shopper\Core\Models\CollectionRule;
Expand Down

0 comments on commit 5fb5d8a

Please sign in to comment.