Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pa-cholek committed Jul 26, 2024
1 parent e49e100 commit 0a72a8d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions database/factories/SchemaFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
namespace Database\Factories;

use App\Enums\SchemaType;
use Domain\Price\Enums\ProductPriceType;
use Domain\Price\PriceRepository;
use Domain\ProductSchema\Models\Schema\Schema;
use Domain\ProductSchema\Models\Schema;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Facades\App;
use Tests\Utils\FakeDto;

class SchemaFactory extends Factory
{
Expand Down

0 comments on commit 0a72a8d

Please sign in to comment.