Skip to content

Commit

Permalink
Fixed abstract service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Dec 2, 2021
1 parent cad3b49 commit 68345b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/BaseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected function push(array $plugins): array

protected function plugins(): array
{
return config(Config::PUBLIC_KEY);
return config(Config::PUBLIC_KEY . '.plugins');
}

protected function setConfig(array $plugins): void
Expand Down

0 comments on commit 68345b7

Please sign in to comment.