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

Commit 7e2c58a

Browse files
authored
Fixed loading config file in provider
1 parent 712f852 commit 7e2c58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Provider/PhantomJsServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class PhantomJsServiceProvider extends ServiceProvider
1717
*/
1818
public function boot()
1919
{
20-
$this->publishes([ __DIR__ . '/../config.php' => config_path( 'phantomjs.php' ) ]);
20+
$this->publishes([ __DIR__ . '/../../config.php' => config_path( 'phantomjs.php' ) ]);
2121
}
2222

2323
/**
@@ -79,4 +79,4 @@ protected function getServiceContainer()
7979

8080
return $serviceContainer;
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)