mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
nostr events schedule
This commit is contained in:
@@ -17,7 +17,7 @@ class CourseEventObserver
|
||||
public function created(CourseEvent $courseEvent): void
|
||||
{
|
||||
try {
|
||||
$this->publishOnNostr($courseEvent, $this->getText('CourseEvent'));
|
||||
$this->publishOnNostr($courseEvent, $this->getText($courseEvent));
|
||||
} catch (Exception $e) {
|
||||
Log::error($e->getMessage());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user