error update

This commit is contained in:
2021-04-06 12:24:45 +02:00
parent 4ac00af622
commit 3f02668047
2 changed files with 4 additions and 4 deletions
+1
View File
@@ -6,3 +6,4 @@ $con = json_decode(file_get_contents('config/database.json', true), true);
$capsule->addConnection($con);
$capsule->setAsGlobal();
$capsule->bootEloquent();
$capsule->Connection()->getPdo();