diff --git a/src/Cms/AppPlugins.php b/src/Cms/AppPlugins.php index 11b6c45be9..8cfeae3d62 100644 --- a/src/Cms/AppPlugins.php +++ b/src/Cms/AppPlugins.php @@ -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; }