Remove giveaway page and announcements

This commit is contained in:
2021-12-19 03:43:30 +00:00
parent 1f6674f941
commit 93b015f98b
6 changed files with 22 additions and 91 deletions

View File

@@ -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',