isSystemUser(); } public static function defaultSystemInput(string $context): bool { if (user()->isSystemUser()) { return false; } return $context === 'create'; } }