fix CommentairesHasFactory

This commit is contained in:
Clément
2025-06-10 18:19:05 +02:00
parent 34f507f68e
commit 340365b258
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Factories\Factory;
/**
* @extends \Illuminate\Database\Eloquent\Factories\Factory<\App\Models\Commentaire>
*/
class CommentairesFactory extends Factory
class CommentaireFactory extends Factory
{
/**
* Define the model's default state.

View File

@@ -6,7 +6,7 @@ use App\Models\Commentaire;
use Illuminate\Database\Console\Seeds\WithoutModelEvents;
use Illuminate\Database\Seeder;
class CommentairesSeeder extends Seeder
class CommentaireSeeder extends Seeder
{
/**
* Run the database seeds.