Skip to content

Commit 12c4f91

Browse files
Navneet RaiNavneet Rai
Navneet Rai
authored and
Navneet Rai
committed
Updated Resource paths
1 parent 6e127b3 commit 12c4f91

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

src/SubscriptionServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ class SubscriptionServiceProvider extends ServiceProvider {
1212
public function boot()
1313
{
1414
$this->publishes([
15-
__DIR__.'/Assets' => public_path('vendor/laravel-subscription'),
15+
__DIR__.'/resources/assets' => public_path('vendor/laravel-subscription'),
1616
], 'public');
1717

1818
$this->publishes([
19-
__DIR__.'/Config/subscription.php' => config_path('subscription.php'),
19+
__DIR__.'/resources/config/subscription.php' => config_path('subscription.php'),
2020
], 'config');
2121
}
2222

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)