Skip to content

Commit

Permalink
fix: add missing use statement in facility admin script
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwaite committed May 7, 2024
1 parent 6e94bfb commit 51836f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface/usergroup/facility_admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
require_once("../globals.php");
require_once("$srcdir/options.inc.php");

use OpenEMR\Common\Acl\AclMain;
use OpenEMR\Common\Csrf\CsrfUtils;
use OpenEMR\Common\Twig\TwigContainer;
use OpenEMR\Core\Header;
Expand Down

0 comments on commit 51836f0

Please sign in to comment.