* Add custom repository type for updates * Direct to self update module * Formatting
This commit is contained in:
@@ -13,8 +13,6 @@ use App\Listeners\UserStateListener;
|
||||
use App\Notifications\EventHandler;
|
||||
use Codedge\Updater\Events\UpdateAvailable;
|
||||
use Codedge\Updater\Events\UpdateSucceeded;
|
||||
use Codedge\Updater\Listeners\SendUpdateAvailableNotification;
|
||||
use Codedge\Updater\Listeners\SendUpdateSucceededNotification;
|
||||
use Illuminate\Auth\Events\Registered;
|
||||
use Illuminate\Auth\Listeners\SendEmailVerificationNotification;
|
||||
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;
|
||||
@@ -38,13 +36,8 @@ class EventServiceProvider extends ServiceProvider
|
||||
AwardListener::class,
|
||||
],
|
||||
|
||||
UpdateAvailable::class => [
|
||||
SendUpdateAvailableNotification::class,
|
||||
],
|
||||
|
||||
UpdateSucceeded::class => [
|
||||
SendUpdateSucceededNotification::class,
|
||||
],
|
||||
UpdateAvailable::class => [],
|
||||
UpdateSucceeded::class => [],
|
||||
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user