'integer', 'secret' => 'encrypted', 'passphrase' => 'encrypted', ]; /** The single configured host login, or null when the operator hasn't set one up yet. */ public static function current(): ?self { return static::query()->orderBy('id')->first(); } }