Create events factory

This commit is contained in:
Quentin T'JAMPENS
2025-10-27 23:13:52 +01:00
parent 8e3f189e77
commit 86b7996d75
3 changed files with 29 additions and 2 deletions
+2
View File
@@ -2,10 +2,12 @@
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class Events extends Model
{
use HasFactory;
protected $fillable = [
"name",
"description",