From 34f507f68e4fd05448de3e7af45beaac660c1a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Tue, 10 Jun 2025 18:16:29 +0200 Subject: [PATCH] fix CommentairesHasFactory --- laravel/database/factories/CommentairesFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/database/factories/CommentairesFactory.php b/laravel/database/factories/CommentairesFactory.php index b53d65b..18f477b 100644 --- a/laravel/database/factories/CommentairesFactory.php +++ b/laravel/database/factories/CommentairesFactory.php @@ -5,7 +5,7 @@ namespace Database\Factories; use Illuminate\Database\Eloquent\Factories\Factory; /** - * @extends \Illuminate\Database\Eloquent\Factories\Factory<\App\Models\Commentaires> + * @extends \Illuminate\Database\Eloquent\Factories\Factory<\App\Models\Commentaire> */ class CommentairesFactory extends Factory {