mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Renamed third party packages directories
This commit is contained in:
@@ -26,9 +26,9 @@ class PrerequisiteChecker
|
||||
|
||||
private function checkForComposer()
|
||||
{
|
||||
if (!file_exists(__DIR__ . '/../vendor/autoload.php'))
|
||||
if (!file_exists(__DIR__ . '/../packages/autoload.php'))
|
||||
{
|
||||
throw new ERequirementNotMet('/vendor/autoload.php not found. Have you run Composer?');
|
||||
throw new ERequirementNotMet('/packages/autoload.php not found. Have you run Composer?');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user