fix issue with updating admin caused by autoloader

This commit is contained in:
Andy Miller
2022-01-03 12:48:50 -07:00
parent 07027f34e0
commit e77c47733e
28 changed files with 5804 additions and 44 deletions

2
vendor/autoload.php vendored
View File

@@ -4,4 +4,4 @@
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInitd6a520eb662703b9aa0b94d2e30cc77f::getLoader();
return ComposerAutoloaderInit21cdc8503e0b8e5d43533c2109133c23::getLoader();