Skip to content

Commit a8e6807

Browse files
authored
Fix a bug
1 parent dcbc87f commit a8e6807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/PublishCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ public function handle()
3333
$this->call('vendor:publish', ['--tag' => 'sail-docker']);
3434
$this->call('vendor:publish', ['--tag' => 'sail-database']);
3535

36-
Sail::runPublishingHooks($this);
36+
Sail::runPublishHooks($this);
3737
}
3838
}

0 commit comments

Comments
 (0)