Rework to core vendor version

This commit is contained in:
2021-01-27 15:50:39 +03:00
parent cfdf82741d
commit abba27dfbd
4 changed files with 4197 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ use Symfony\Component\Console\Output\ConsoleOutput;
|
*/
$app = require __DIR__.'/core/bootstrap/app.php';
$app = require __DIR__.'/vendor/horeca/admin-php-module-core/bootstrap/app.php';
/*
|--------------------------------------------------------------------------