Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cl8n committed Aug 14, 2023
1 parent 1a40125 commit 68b4bd8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions app/Providers/MigrationServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Copyright (c) ppy Pty Ltd <[email protected]>. Licensed under the GNU Affero General Public License v3.0.
// See the LICENCE file in the repository root for full licence text.

declare(strict_types=1);

namespace App\Providers;

use App\Console\Commands\MigrateFreshAllCommand;
Expand All @@ -24,12 +26,7 @@ public function boot(): void
});
}

/**
* Register the service provider.
*
* @return void
*/
public function register()
public function register(): void
{
$this->app->extend('command.migrate.fresh', function () {
return new MigrateFreshAllCommand();
Expand Down

0 comments on commit 68b4bd8

Please sign in to comment.