Skip to content

Commit

Permalink
Merge pull request #5 from makise-co/feature/remove-lazy-orm
Browse files Browse the repository at this point in the history
Enchantments [fix]
  • Loading branch information
codercms authored Nov 19, 2020
2 parents cd5701d + 177f110 commit 0f59dce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ORMProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ static function (DatabaseManager $dbal, ConfigRepositoryInterface $config) {
$container->set(
ORM\ORM::class,
static function (Container $container, DatabaseManager $dbal, ConfigRepositoryInterface $config) {
debug_print_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
// Class locator
$cl = (new Tokenizer\Tokenizer(
new Tokenizer\Config\TokenizerConfig(
Expand Down

0 comments on commit 0f59dce

Please sign in to comment.