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

Commit 9c0d12c

Browse files
committed
[skip ci] Fix $this->files to $files
1 parent 9cb424c commit 9c0d12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Valet/ServiceManagers/Systemd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public function installValetDns($files)
235235

236236
$files->put(
237237
'/etc/systemd/system/valet-dns.service',
238-
$this->files->get(__DIR__.'/../stubs/init/systemd')
238+
$files->get(__DIR__.'/../../stubs/init/systemd')
239239
);
240240

241241
$this->enable('valet-dns');

0 commit comments

Comments
 (0)