Fix styling

This commit is contained in:
andrasbacsai
2024-07-24 19:11:12 +00:00
committed by github-actions[bot]
parent 2ea146333e
commit 613830e6a6
46 changed files with 79 additions and 79 deletions

View File

@@ -56,7 +56,7 @@ class Discord extends Component
public function sendTestNotification()
{
$this->team?->notify(new Test());
$this->team?->notify(new Test);
$this->dispatch('success', 'Test notification sent.');
}

View File

@@ -63,7 +63,7 @@ class Telegram extends Component
public function sendTestNotification()
{
$this->team?->notify(new Test());
$this->team?->notify(new Test);
$this->dispatch('success', 'Test notification sent.');
}