mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
change yarn mode
This commit is contained in:
2042
.pnp.loader.mjs
generated
2042
.pnp.loader.mjs
generated
File diff suppressed because it is too large
Load Diff
@@ -1 +1,2 @@
|
||||
yarnPath: .yarn/releases/yarn-3.4.1.cjs
|
||||
nodeLinker: node-modules
|
||||
|
||||
@@ -40,12 +40,14 @@ class ImportGithubMeetups extends Command
|
||||
], ['name' => $meetup['country']])->id,
|
||||
'longitude' => $meetup['longitude'],
|
||||
'latitude' => $meetup['latitude'],
|
||||
'created_by' => 1,
|
||||
]);
|
||||
$meetup = Meetup::updateOrCreate(
|
||||
['name' => $meetup['name']],
|
||||
[
|
||||
'city_id' => $city->id,
|
||||
'link' => $meetup['url'],
|
||||
'city_id' => $city->id,
|
||||
'webpage' => $meetup['url'],
|
||||
'created_by' => 1,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user