🗑️ Refactor Meetup model by removing unused $fillable fields and updating dependencies in composer.lock

- Removed unnecessary `city_id` and `created_by` attributes from `Meetup` model.
- Updated multiple dependencies in `composer.lock`, including `guzzlehttp/guzzle`, `laravel/framework`, and other libraries to the latest versions.
- Verified all updates maintain compatibility with existing functionality.
This commit is contained in:
HolgerHatGarKeineNode
2026-05-31 22:55:24 +02:00
parent 52cf81abca
commit 1d2a8ed456
16 changed files with 1826 additions and 319 deletions
-3
View File
@@ -16,9 +16,6 @@ class CourseEvent extends Model
protected $fillable = [
'from',
'to',
'course_id',
'venue_id',
'created_by',
];
/**