Skip to content

Commit

Permalink
Fixed call to Jaxon v4 function.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuzeu committed Sep 25, 2022
1 parent 28f34f5 commit 668929d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/start.php
@@ -1,7 +1,7 @@
<?php

if (function_exists('jaxon')) {
$di = jaxon()->di();
if (function_exists('Jaxon\jaxon')) {
$di = Jaxon\jaxon()->di();
// Register the database classes in the dependency container
$di->set(Lagdo\DbAdmin\Driver\MySql\Driver::class, function($di) {
$util = $di->get(Lagdo\DbAdmin\Driver\UtilInterface::class);
Expand Down

0 comments on commit 668929d

Please sign in to comment.