Skip to content

Commit

Permalink
fix slim app class for kiosk routes (#6628)
Browse files Browse the repository at this point in the history
  • Loading branch information
DAcodedBEAT committed Nov 6, 2023
1 parent 8282bdc commit f68e4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kiosk/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
require_once __DIR__ . '/../vendor/autoload.php';

use ChurchCRM\dto\SystemConfig;
use Slim\App;

// Instantiate the app
$app = new App();
Expand Down

0 comments on commit f68e4b5

Please sign in to comment.