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.