mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-06-03 00:55:35 +00:00
🗑️ 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:
@@ -26,13 +26,11 @@ class Meetup extends Model implements HasMedia
|
||||
/** @var list<string> */
|
||||
protected $fillable = [
|
||||
'name',
|
||||
'city_id',
|
||||
'description',
|
||||
'website',
|
||||
'nostr_pubkey',
|
||||
'github_data',
|
||||
'simplified_geojson',
|
||||
'created_by',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user