Skip to content

Commit

Permalink
Merge pull request #2412 from codeeu/dev
Browse files Browse the repository at this point in the history
Fix issue with CoderDojo Events import
  • Loading branch information
bernardhanna authored Jan 24, 2025
2 parents f8d2c79 + 083b4d4 commit 04a2263
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/excel/CoderDojoEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function handle(): void

Excel::import(
new CoderDojoEventsImport(),
resource_path('excel/20250113 Events CoderDojo Belgium January - February 2025.xlsx')
resource_path('excel/CoderDojo.xlsx')
);
}
}
Binary file added resources/excel/CoderDojo.xlsx
Binary file not shown.

0 comments on commit 04a2263

Please sign in to comment.