1
0
Fork 0
mirror of synced 2025-04-18 16:41:02 +00:00

delete deprecate method from Loader

This commit is contained in:
Sergey Chazov 2021-09-14 15:27:45 +03:00 committed by Neur0toxine
parent fe4490a33b
commit 41960f3279

View file

@ -25,7 +25,6 @@ $builder->setDisableNamespaces(true)
->setVersion($version)
->build();
Loader::switchAutoLoad(true);
Loader::registerAutoLoadClasses('intaro.retailcrm', $builder->getResult());
AnnotationRegistry::registerLoader('class_exists');