Skip to content

Commit 2bb11ee

Browse files
authored
Merge pull request #2760 from codeeu/revert-2759-404-error-page
Revert "404 error page"
2 parents 3cf9655 + 88d09e5 commit 2bb11ee

38 files changed

+1292
-759
lines changed

app/Console/Commands/Kernel.php

Lines changed: 0 additions & 30 deletions
This file was deleted.

app/Console/Commands/TestLatestEvent.php

Lines changed: 0 additions & 67 deletions
This file was deleted.

app/Console/Commands/excel/EventiEvents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function handle(): void
4242

4343
Excel::import(
4444
new EventiEventsImport(),
45-
resource_path('excel/.xlsx')
45+
resource_path('excel/eventi.xlsx')
4646
);
4747
}
4848
}

app/Console/Commands/excel/EventsImport.php

Lines changed: 0 additions & 49 deletions
This file was deleted.

app/Console/Commands/excel/Generic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function handle(): void
4242

4343
Excel::import(
4444
new GenericEventsImport(),
45-
'today.xlsx',
45+
'pauline-2023.xlsx',
4646
'excel'
4747
);
4848
}

app/Http/Middleware/ReplaceOldS3Urls.php

Lines changed: 0 additions & 24 deletions
This file was deleted.

app/Imports/EventsImport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ public function model(array $row): ?Model
100100
return $event;
101101

102102
}
103-
}
103+
}

app/Livewire/PartnerContentComponent.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -513,17 +513,6 @@ private function getAllPartners()
513513
'link_url' => 'https://www.avanade.com/en-gb',
514514
'main_img_url' => 'images/partners/avanade.png'
515515
],
516-
(object)[
517-
'id' => 48,
518-
'name' => 'EU-ASE',
519-
'logo_url' => 'images/partners/eu-ase.png',
520-
'categories' => ['Partners'],
521-
'description' => 'The European Alliance to Save Energy (EU-ASE) is a cross-sectoral, business led organisation which aims to ensure that the voice of energy efficiency is heard across Europe.
522-
<br/>
523-
EU-ASE members have operations across all the 27 Member States of the European Union, employ over 340.000 people in the EU and have an aggregated annual turnover of €115 billion.',
524-
'link_url' => 'https://euase.net/',
525-
'main_img_url' => 'images/partners/eu-ase.png'
526-
],
527516
]);
528517
}
529518

public/build/assets/app-C2wx9WjZ.js renamed to public/build/assets/app-DAxDu5CT.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)