Flarum\Update\Console\MigrateCommand::fire PHP Method

fire() protected method

protected fire ( )
    protected function fire()
    {
        $this->info('Migrating Flarum...');
        $this->upgrade();
        $this->info('DONE.');
    }