This commit is contained in:
2021-11-27 17:58:17 +08:00
parent 9668830ee2
commit 95ae1fe999
6 changed files with 9 additions and 473 deletions
-11
View File
@@ -25,7 +25,6 @@ use Kiri\Error\Logger;
use Kiri\Events\EventProvider;
use Kiri\Exception\InitException;
use Kiri\Exception\NotFindClassException;
use Kiri\Jwt\Jwt;
use Kiri\Kiri;
use ReflectionException;
use Server\ServerManager;
@@ -372,16 +371,6 @@ abstract class BaseApplication extends Component
}
/**
* @return Jwt
* @throws
*/
public function getJwt(): Jwt
{
return $this->get('jwt');
}
/**
* @return Server
* @throws