Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Jul 13, 2024
1 parent 5d84c2d commit f14c731
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 f14c731

Please sign in to comment.