sync github

This commit is contained in:
Benjamin Takats
2023-01-16 18:57:40 +01:00
parent d7df6d1b50
commit f4adf2390f
4 changed files with 77 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ class Meetup extends Model implements HasMedia
protected $casts = [
'id' => 'integer',
'city_id' => 'integer',
'github_data' => 'json',
];
protected static function booted()