We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45256e7 commit cf13a37Copy full SHA for cf13a37
src/ServiceProvider.php
@@ -24,7 +24,7 @@ public function boot()
24
protected function publishConfigurations()
25
{
26
$this->publishes([
27
- __DIR__.'../resources/config/signed-requests.php' => config_path('signed-requests.php'),
+ __DIR__.'/../resources/config/signed-requests.php' => config_path('signed-requests.php'),
28
]);
29
}
30
0 commit comments