관리-도구
편집 파일: IsTenantAware.php
<?php declare(strict_types=1); namespace Kreait\Firebase\Auth; /** * @internal */ interface IsTenantAware { public function tenantId(): ?string; }