the browser-facing portion of osu!
0
fork

Configure Feed

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

Add missing licence header to migration

+3
+3
database/migrations/2022_03_18_125356_add_auto_start_duration_to_multiplayer_rooms.php
··· 1 1 <?php 2 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 + 3 6 use Illuminate\Database\Migrations\Migration; 4 7 use Illuminate\Database\Schema\Blueprint; 5 8 use Illuminate\Support\Facades\Schema;