Skip to content

Commit

Permalink
bug fix (openemr#7559)
Browse files Browse the repository at this point in the history
  • Loading branch information
juggernautsei authored Jul 29, 2024
1 parent 2f3e626 commit 9407d01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


require_once dirname(__FILE__, 6) . "/globals.php";
require_once dirname(__FILE__, 2) . '/vendor/autoload.php';
require_once dirname(__FILE__, 3) . '/vendor/autoload.php';

use Juggernaut\OpenEMR\Modules\PriorAuthModule\Controller\AuthorizationService;
use OpenEMR\Core\Header;
Expand Down

0 comments on commit 9407d01

Please sign in to comment.