Devise\Support\Installer\InstallWizard::saveApplicationMigrationAndSeedSettings PHP Метод

saveApplicationMigrationAndSeedSettings() публичный Метод

Save the migration and seed settings
public saveApplicationMigrationAndSeedSettings ( [type] $migrations, [type] $seeds ) : [type]
$migrations [type]
$seeds [type]
Результат [type]
    public function saveApplicationMigrationAndSeedSettings($migrations, $seeds)
    {
        $this->EnvironmentFileManager->merge(['APP_MIGRATIONS' => $migrations, 'APP_SEEDS' => $seeds]);
    }