This commit is contained in:
Romanenko Alexey 2014-08-06 08:12:04 +07:00
parent 55d5ca0527
commit b48c369836

View File

@ -101,7 +101,7 @@ function run($command, $raw = false)
}
/**
* Execute commands og local machine.
* Execute commands on local machine.
* @param string $command Command to run locally.
* @return string Output of command.
*/
@ -317,4 +317,4 @@ function env()
function config()
{
return env()->getConfig();
}
}