mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
use formula to restart php instead of version
This commit is contained in:
committed by
Matt Stauffer
parent
290c22a1f7
commit
e5e7c74f1d
@@ -259,7 +259,7 @@ function ($version) use ($resolvedPhpVersion) {
|
||||
*/
|
||||
function restartLinkedPhp()
|
||||
{
|
||||
$this->restartService($this->linkedPhp());
|
||||
$this->restartService($this->getLinkedPhpFormula());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user