Skip to content

Commit cf13a37

Browse files
committed
Fix path for publishes array
1 parent 45256e7 commit cf13a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function boot()
2424
protected function publishConfigurations()
2525
{
2626
$this->publishes([
27-
__DIR__.'../resources/config/signed-requests.php' => config_path('signed-requests.php'),
27+
__DIR__.'/../resources/config/signed-requests.php' => config_path('signed-requests.php'),
2828
]);
2929
}
3030
}

0 commit comments

Comments
 (0)