* Discord notifications for events #433 * Style fixes * Check for blank webhook urls and disable * Cleanup items after review * Changes and fixes * Style fixes * Don't load env for testing * Fix status text * Refactor saving fields/fares so events get the latest data * Cleanup * Style fixes
This commit is contained in:
@@ -11,7 +11,7 @@ use App\Listeners\ExpenseListener;
|
||||
use App\Listeners\FinanceEventHandler;
|
||||
use App\Listeners\PirepEventsHandler;
|
||||
use App\Listeners\UserStateListener;
|
||||
use App\Notifications\EventHandler;
|
||||
use App\Notifications\NotificationEventsHandler;
|
||||
use Codedge\Updater\Events\UpdateAvailable;
|
||||
use Codedge\Updater\Events\UpdateSucceeded;
|
||||
use Illuminate\Auth\Events\Registered;
|
||||
@@ -49,7 +49,7 @@ class EventServiceProvider extends ServiceProvider
|
||||
protected $subscribe = [
|
||||
BidEventHandler::class,
|
||||
FinanceEventHandler::class,
|
||||
EventHandler::class,
|
||||
NotificationEventsHandler::class,
|
||||
AwardHandler::class,
|
||||
PirepEventsHandler::class,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user