Skip to content

Commit

Permalink
Publish the config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
cxj committed Mar 5, 2023
1 parent 3682e70 commit ce9b3ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ public function configurePackage(Package $package): void

public function boot(): void
{
$this->publishes([
__DIR__ . '/../config/looking-glass.php' => config_path(
'looking-glass.php'
),
]);

$this->app->register(WebhookServerServiceProvider::class);
$loader = AliasLoader::getInstance();
$loader->alias('WebhookCall', WebhookCall::class);
Expand Down

0 comments on commit ce9b3ff

Please sign in to comment.