info(sprintf("The following environment file is used: '%s'", $envFilePath)); file_put_contents($envFilePath, file_get_contents($this->argument('file'))); $this->info('The environment file was successfully restored.'); return 0; } }