Skip to content

Commit c1d0b4e

Browse files
committed
feat: change the function name to registerAssetPublishing
1 parent 0075454 commit c1d0b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Providers/TelegramGitNotifierServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function boot(): void
2828

2929
$this->registerCommands();
3030

31-
$this->registerPublishes();
31+
$this->registerAssetPublishing();
3232
}
3333

3434
/**
@@ -65,7 +65,7 @@ protected function registerCommands(): void
6565
/**
6666
* @return void
6767
*/
68-
protected function registerPublishes(): void
68+
protected function registerAssetPublishing(): void
6969
{
7070
$configPath = __DIR__.'/../../config/telegram-git-notifier.php';
7171
$this->publishes([

0 commit comments

Comments
 (0)