BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
.
/
wp-content
/
plugins
/
wp-optimize
/
vendor
/
intervention
/
httpauth
/
src
📤 Upload
📝 New File
📁 New Folder
Close
Editing: TokenInterface.php
<?php namespace Intervention\HttpAuth; interface TokenInterface { /** * Transform current instance to key object * * @return Key */ public function toKey(): Key; }
Save
Cancel