$order) * @method static bool hasThemePluginEnabled() * @method static string[] getPluginLanguages() * @method static bool isDevModeActive() * * @see \App\Services\Helpers\PluginService */ class Plugins extends Facade { protected static function getFacadeAccessor(): string { return PluginService::class; } }