Skip to content

Commit bce8a0f

Browse files
authored
Update CartServiceProvider.php
1 parent ff652b4 commit bce8a0f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/CartServiceProvider.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,14 @@ public function register()
3131
return new Calculator();
3232
});
3333
}
34+
35+
/**
36+
* Bootstrap any package services.
37+
*/
38+
public function boot(): void
39+
{
40+
$this->publishes([
41+
__DIR__.'/../config/cart.php' => config_path('cart.php'),
42+
]);
43+
}
3444
}

0 commit comments

Comments
 (0)