command.php add DIR

This commit is contained in:
Yuri Kuznetsov
2025-03-05 11:09:35 +02:00
parent a3f11919c9
commit 5a5528f78f

View File

@@ -27,7 +27,7 @@
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
************************************************************************/
include "bootstrap.php";
include __DIR__ . "/bootstrap.php";
use Espo\Core\Application;
use Espo\Core\ApplicationRunners\Command;