$version[0], 'build_version' => $version[1], 'hash_version' => $version[2], 'full_hash' => $hash_version), true); // Construct our file content $content = <<line('Setting version: '. config('version.app_version').' build '.config('version.build_version').' ('.config('version.hash_version').')'); } /** * Get the console command arguments. * * @return array */ protected function getArguments() { return array( ); } /** * Get the console command options. * * @return array */ protected function getOptions() { return array( ); } }