From b0005b25569999658ea78e1dd7d98ab39c194994 Mon Sep 17 00:00:00 2001 From: Joel Wurtz Date: Thu, 11 May 2023 14:09:48 +0200 Subject: [PATCH] fix(command): remove doctrine annotation loader --- bin/asynit | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/asynit b/bin/asynit index 52a6196..06abd8f 100755 --- a/bin/asynit +++ b/bin/asynit @@ -13,8 +13,6 @@ if (file_exists(__DIR__ . '/../vendor/autoload.php')) { throw new \RuntimeException('Unable to load autoloader.'); } -AnnotationRegistry::registerLoader([$loader, 'loadClass']); - (new Application('asynit')) ->add(new AsynitCommand()) ->getApplication()