Open davidpeach opened 2 years ago
I've use "cd" command when Ive used symfony process class. But it turns out there is a setWorkingDirectory() method to set the directory to run the process from.
setWorkingDirectory()
This would be a nice clean up.
I've use "cd" command when Ive used symfony process class. But it turns out there is a
setWorkingDirectory()
method to set the directory to run the process from.This would be a nice clean up.