Public Access
Fix autoload paths and workflow templates for standalone repo structure
- All PHP files in cli/, deploy/, maintenance/ had __DIR__ . '/../../vendor/autoload.php' (from when they lived at /api/cli/ inside MokoStandards). Fixed to /../vendor/autoload.php - Workflow templates updated to clone MokoStandards-API.git and reference /cli/, /deploy/, /maintenance/ paths instead of /api/cli/, /api/deploy/, /api/maintenance/ Affects: 11 PHP files + 11 workflow templates Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
require_once __DIR__ . '/../../vendor/autoload.php';
|
||||
require_once __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
use MokoEnterprise\Config;
|
||||
use MokoEnterprise\PlatformAdapterFactory;
|
||||
|
||||
Reference in New Issue
Block a user