Skip to content

Commit

Permalink
Добавлен TeamSeeder: cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrignatushin committed Oct 26, 2024
1 parent dd54b23 commit e9fd436
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions database/factories/TeamFactory.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Database\Factories;

use App\Models\Team;
Expand Down
1 change: 0 additions & 1 deletion database/seeders/DatabaseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Database\Seeders;

use App\Models\User;

// use Illuminate\Database\Console\Seeds\WithoutModelEvents;
use Illuminate\Database\Seeder;

Expand Down
2 changes: 2 additions & 0 deletions database/seeders/TeamsSeeder.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Database\Seeders;

use App\Models\Team;
Expand Down

0 comments on commit e9fd436

Please sign in to comment.