Skip to content

Commit

Permalink
working propel beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO committed Feb 22, 2025
1 parent a88833f commit 588b931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChurchCRM/Bootstrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ private static function initPropel(): void
self::$serviceContainer->setDefaultDatasource('default');
self::$bootStrapLogger->debug("Initialized Propel ORM");

require_once __DIR__ . 'loadDatabase.php';
require_once __DIR__ . '/loadDatabase.php';
}
private static function isDatabaseEmpty(): bool
{
Expand Down

0 comments on commit 588b931

Please sign in to comment.