Skip to content

Commit

Permalink
fix: event image on 2 hour notifications¨'
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 authored Jan 27, 2025
1 parent 49498c1 commit 5bdb892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/EventsNotify.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function handle()
EventHelper::discordMention()."\n:clock2: **".$event->title.'** is starting in two hours!',
$event->title,
$event->long_description,
asset($event->image),
asset('storage/banners/' . $event->image),
Carbon::parse($event->start_date),
Carbon::parse($event->end_date)
);
Expand Down

0 comments on commit 5bdb892

Please sign in to comment.