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

Commit 4123827

Browse files
committed
fix binary_path
1 parent 74acac5 commit 4123827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44

55
// phantomjs binary path
6-
'binary_path' => 'bin/phantomjs',
6+
'binary_path' => base_path().'//bin/phantomjs',
77

88
// phantomjs run options
99
'options' => [],
@@ -13,4 +13,4 @@
1313

1414
// phantomjs cache mode
1515
'cache' => true
16-
];
16+
];

0 commit comments

Comments
 (0)