From b48353c8a6ee644857f8b75cbd89f41a82614514 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:44:19 +0100 Subject: [PATCH] reorder more stuff --- app/Console/Commands/NotifyDemo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Console/Commands/NotifyDemo.php b/app/Console/Commands/NotifyDemo.php index b6e5015f8..990a03869 100644 --- a/app/Console/Commands/NotifyDemo.php +++ b/app/Console/Commands/NotifyDemo.php @@ -59,9 +59,9 @@ class NotifyDemo extends Command
Channels:
@@ -73,6 +73,6 @@ class NotifyDemo extends Command
In which manner you wish a coolified notification?
- HTML, ['email', 'slack', 'discord', 'telegram', 'pushover']); + HTML, ['email', 'discord', 'telegram', 'slack', 'pushover']); } }