mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
image processor added
This commit is contained in:
@@ -46,8 +46,9 @@ class ImportGithubMeetups extends Command
|
||||
['name' => $meetup['name']],
|
||||
[
|
||||
'city_id' => $city->id,
|
||||
'webpage' => $meetup['url'],
|
||||
'webpage' => $meetup['url'],
|
||||
'created_by' => 1,
|
||||
'community' => 'einundzwanzig'
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user