Skip to content

Commit

Permalink
fix(command): remove doctrine annotation loader
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed May 11, 2023
1 parent e6f66a0 commit b0005b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/asynit
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b0005b2

Please sign in to comment.