Skip to content

Commit 0ed3eea

Browse files
authored
Merge pull request #1 from KorvinSzanto/patch-2
Update PhpFpm.php
2 parents ba7017a + b6d40c5 commit 0ed3eea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/Valet/PhpFpm.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function restart()
9595
*/
9696
function stop()
9797
{
98-
$this->brew->stopService('php56', 'php70', 'php71');
98+
$this->brew->stopService('php56', 'php70', 'php71', 'php72');
9999
}
100100

101101
/**
@@ -106,6 +106,7 @@ function stop()
106106
function fpmConfigPath()
107107
{
108108
$confLookup = [
109+
'php72' => '/usr/local/etc/php/7.2/php-fpm.d/www.conf',
109110
'php71' => '/usr/local/etc/php/7.1/php-fpm.d/www.conf',
110111
'php70' => '/usr/local/etc/php/7.0/php-fpm.d/www.conf',
111112
'php56' => '/usr/local/etc/php/5.6/php-fpm.conf',

0 commit comments

Comments
 (0)