Skip to content

Commit

Permalink
[src/Console/AdminLtePlugins]: Fix code style CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsmania committed Jul 13, 2024
1 parent 77492b4 commit 2a5cc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/PackageResources/PluginsResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ protected function installPlugin($plugin)
{
// First, check and install dependencies plugins, if any.

foreach(($plugin['dependencies'] ?? []) as $pluginKey) {
foreach (($plugin['dependencies'] ?? []) as $pluginKey) {
$this->install($pluginKey);
}

Expand Down

0 comments on commit 2a5cc61

Please sign in to comment.