Devise\Support\Console\DeviseUpgradeCommand::handle PHP Method

handle() public method

Run the package migrations.
public handle ( )
    public function handle()
    {
        $this->copyPublicAssets();
        $this->copyErrorViewsToApplication();
        $this->DeviseMigrateCommand->handle();
        $this->DeviseSeedCommand->handle();
    }