Skip to content

Commit e06b54a

Browse files
committed
wip
1 parent 2524089 commit e06b54a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/WebhooksServiceProvider.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ public function boot(): void
2020
$this->loadMigrationsFrom(__DIR__.'/../database/migrations');
2121
}
2222

23+
protected function getPackageProviders($app)
24+
{
25+
return [
26+
WebhooksServiceProvider::class,
27+
];
28+
}
29+
30+
2331
public function configurePackage(Package $package): void
2432
{
2533
/*

0 commit comments

Comments
 (0)