Skip to content

Commit

Permalink
Ireland 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
alainvd committed Dec 22, 2023
1 parent e211c5c commit 971a94b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Console/Commands/excel/Ireland.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ public function __construct() {
public function handle() {
Log::info('Loading Irish Excel File');

Excel::import(new IrelandEventsImport(), 'ireland-2022.xlsx', 'excel');
Excel::import(new IrelandEventsImport(), 'ireland-2023.xlsx', 'excel');
}
}
2 changes: 1 addition & 1 deletion app/Imports/IrelandEventsImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function model(array $row) {
'user_email' => '',
'contact_person' => $row['organizer_email'],
'country_iso' => 'IE',
'picture' => 'https://codeweek-s3.s3.eu-west-1.amazonaws.com/cw2022/ms-dreams.png',
'picture' => $row["image"] ?? 'https://codeweek-s3.s3.amazonaws.com/event_picture/logo_gs_2016_07703ca0-7e5e-4cab-affb-4de93e3f2497.png',
'pub_date' => now(),
'created' => now(),
'updated' => now(),
Expand Down
Binary file added resources/excel/ireland-2023.xlsx
Binary file not shown.

0 comments on commit 971a94b

Please sign in to comment.