Skip to content

Commit

Permalink
Merge pull request #171 from Laravel-Lang/11.1-split
Browse files Browse the repository at this point in the history
Fixed abstract service provider
  • Loading branch information
Andrey Helldar authored Dec 2, 2021
2 parents 35ece0b + 68345b7 commit f46346f
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 f46346f

Please sign in to comment.