From 7d588793731d97ae522f0890baba0cc636032d2d Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 16 Sep 2024 11:18:57 -0400 Subject: [PATCH] fix: architecture agnostic runtimes in cli --- app/cli.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/cli.php b/app/cli.php index 7c79250f4d..9d0d069513 100644 --- a/app/cli.php +++ b/app/cli.php @@ -1,15 +1,16 @@ getAll(supported: false)); + +// require controllers after overwriting runtimes +require_once __DIR__ . '/controllers/general.php'; + /** * @var Registry $registry * @var Container $container