????
Current Path : /home/thenclexdoctor.com/public_html/vendor/kreait/firebase-tokens/src/JWT/Contract/ |
Current File : /home/thenclexdoctor.com/public_html/vendor/kreait/firebase-tokens/src/JWT/Contract/KeysTrait.php |
<?php declare(strict_types=1); namespace Kreait\Firebase\JWT\Contract; trait KeysTrait { /** @var array<string, string> */ private array $values = []; /** * @return array<string, string> */ public function all(): array { return $this->values; } }
Sorry, this page is not available...