Skip to content

Commit

Permalink
fix package auto discovery issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshan-Madushanka committed Apr 3, 2024
1 parent 8c0dcf3 commit 84309f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommentServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected function setGates(): void

protected function configPublishing(): void
{
if ($this->app->runningInConsole()) {
if (!$this->app->runningInConsole()) {
return;
}

Expand Down

0 comments on commit 84309f5

Please sign in to comment.