Remove giveaway page and announcements
This commit is contained in:
@@ -30,6 +30,8 @@ use Illuminate\Auth\Events\Registered;
|
||||
use Illuminate\Auth\Listeners\SendEmailVerificationNotification;
|
||||
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;
|
||||
use Illuminate\Support\Facades\Event;
|
||||
use SocialiteProviders\Discord\DiscordExtendSocialite;
|
||||
use SocialiteProviders\Manager\SocialiteWasCalled;
|
||||
|
||||
class EventServiceProvider extends ServiceProvider
|
||||
{
|
||||
@@ -49,9 +51,9 @@ class EventServiceProvider extends ServiceProvider
|
||||
Login::class => [
|
||||
LogAuthenticationSuccess::class,
|
||||
],
|
||||
\SocialiteProviders\Manager\SocialiteWasCalled::class => [
|
||||
SocialiteWasCalled::class => [
|
||||
// ... other providers
|
||||
\SocialiteProviders\Discord\DiscordExtendSocialite::class.'@handle',
|
||||
DiscordExtendSocialite::class.'@handle',
|
||||
],
|
||||
'App\Events\ApplicationApprovedEvent' => [
|
||||
'App\Listeners\PromoteUser',
|
||||
|
Reference in New Issue
Block a user