Flarum\Update\Controller\UpdateController::__construct PHP Méthode

__construct() public méthode

public __construct ( MigrateCommand $command, Application $app )
$command Flarum\Update\Console\MigrateCommand
$app Flarum\Foundation\Application
    public function __construct(MigrateCommand $command, Application $app)
    {
        $this->command = $command;
        $this->app = $app;
    }
UpdateController