Skip to content
This repository was archived by the owner on Dec 9, 2019. It is now read-only.

Commit 2d1c976

Browse files
arifkhn46cpriego
authored andcommitted
Remove files param (cpriego#150)
* Remove files parameter * Resolve cpriego#143
1 parent a0bc2fb commit 2d1c976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Valet/PhpFpm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function __construct(PackageManager $pm, ServiceManager $sm, CommandLine
2929
$this->pm = $pm;
3030
$this->sm = $sm;
3131
$this->files = $files;
32-
$this->version = $this->getVersion($files);
32+
$this->version = $this->getVersion();
3333
}
3434

3535
/**

0 commit comments

Comments
 (0)