the browser-facing portion of osu!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

we don't need the service provider anymore...right?

bakaneko eb78f081 0023da95

-24
-23
app/Providers/EventServiceProvider.php
··· 1 - <?php 2 - 3 - // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 4 - // See the LICENCE file in the repository root for full licence text. 5 - 6 - namespace App\Providers; 7 - 8 - use App\Listeners; 9 - use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider; 10 - 11 - class EventServiceProvider extends ServiceProvider 12 - { 13 - /** 14 - * The event handler mappings for the application. 15 - * 16 - * @var array 17 - */ 18 - protected $listen = [ 19 - ]; 20 - 21 - protected $subscribe = [ 22 - ]; 23 - }
-1
config/app.php
··· 182 182 ])->merge([ 183 183 App\Providers\AppServiceProvider::class, 184 184 App\Providers\AuthServiceProvider::class, 185 - App\Providers\EventServiceProvider::class, 186 185 // Override default migrate:fresh 187 186 App\Providers\MigrationServiceProvider::class, 188 187 App\Providers\PassportServiceProvider::class,