Current Path : /home/cinepatreb/billetterie/vendor/intervention/httpauth/src/ |
Current File : /home/cinepatreb/billetterie/vendor/intervention/httpauth/src/TokenInterface.php |
<?php namespace Intervention\HttpAuth; interface TokenInterface { /** * Transform current instance to key object * * @return Key */ public function toKey(): Key; }