ljoaquim 2 долоо хоног өмнө
parent
commit
7539a7193c

+ 1 - 1
controllers/RegisterCprController.php

@@ -86,7 +86,7 @@ class RegisterCprController
 
     private function generateDynamicQrcode(): array
     {
-        $cliPath = dirname(__DIR__) . '/bin/genial-cli/genial-cli';
+        $cliPath = dirname(__DIR__) . '/bin/genial-cli';
         if (!is_file($cliPath) || !is_executable($cliPath)) {
             throw new \RuntimeException('genial-cli executable not found or not executable');
         }