diff --git a/cli/Commands/Make/Plugin.php b/cli/Commands/Make/Plugin.php index f361f342f12eb6a40d1f700dff79376bc8c09c0f..1405c6b050ab28c4a7532ad79a590ef444e8479a 100644 --- a/cli/Commands/Make/Plugin.php +++ b/cli/Commands/Make/Plugin.php @@ -24,7 +24,7 @@ final class Plugin extends Command \AdministrationPlugin::class, \DetailspagePlugin::class, \ExternPagePlugin::class, - \FileSystemPlugin::class, + \FilesystemPlugin::class, \FileUploadHook::class, \ForumModule::class, \HomepagePlugin::class, @@ -369,6 +369,6 @@ final class Plugin extends Command return [$controllers => ['index']]; } - return $controllers; + return $controllers ?: []; } }