Skip to content

Commit

Permalink
Merge branch 'develop-patch' into develop-minor
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Aug 11, 2024
2 parents 4fd365c + f14c731 commit 0830adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cms/AppPlugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ public static function plugin(
array $info = [],
string|null $root = null,
string|null $version = null
): PLugin|null {
): Plugin|null {
if ($extends === null) {
return static::$plugins[$name] ?? null;
}
Expand Down

0 comments on commit 0830adc

Please sign in to comment.