Frontend update

This commit is contained in:
Minik Gaarde Lambrecht
2021-04-06 20:12:10 +02:00
parent e84b52c27d
commit 5a689abc59
8 changed files with 376 additions and 52 deletions
-1
View File
@@ -6,4 +6,3 @@ $con = json_decode(file_get_contents('config/database.json', true), true);
$capsule->addConnection($con);
$capsule->setAsGlobal();
$capsule->bootEloquent();
$capsule->Connection()->getPdo();