mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
meetups:github-sync
This commit is contained in:
@@ -34,7 +34,7 @@ class SyncGithubMeetups extends Command
|
|||||||
$dbMeetup = Meetup::where('name', $meetup['name'])
|
$dbMeetup = Meetup::where('name', $meetup['name'])
|
||||||
->first();
|
->first();
|
||||||
if ($dbMeetup) {
|
if ($dbMeetup) {
|
||||||
$this->info('Update: '.$meetup['name']);
|
//$this->info('Update: '.$meetup['name']);
|
||||||
$dbMeetup->update([
|
$dbMeetup->update([
|
||||||
'github_data' => $meetup,
|
'github_data' => $meetup,
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user