Skip to content

Commit 8974a4f

Browse files
authored
Update InteractsWithServers.php (#520)
Using unused `$paths` variable
1 parent 92e58b4 commit 8974a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Concerns/InteractsWithServers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function __call($method, $parameters)
8484
return tap(new Process([
8585
(new ExecutableFinder)->find('node'),
8686
'file-watcher.js',
87-
json_encode(collect(config('octane.watch'))->map(fn ($path) => base_path($path))),
87+
json_encode(collect($paths)->map(fn ($path) => base_path($path))),
8888
], realpath(__DIR__.'/../../../bin'), null, null, null))->start();
8989
}
9090

0 commit comments

Comments
 (0)