Ipalaus\Geonames\Commands\ImportCommand::makeProcess PHP Method

makeProcess() protected method

Create a process with the given command.
protected makeProcess ( string $command ) : Process
$command string
return Symfony\Component\Process\Process
    protected function makeProcess($command)
    {
        return new Process($command, $this->laravel['path.base'], null, null, 0);
    }