addDefinitions([ TokenServiceInterface::class => \DI\autowire(JwtTokenService::class), ]); } public function boot(Container $container): void {} }