Connection is now using Gbili\Db\Req\Req underneath

This commit is contained in:
Guillermo Dev
2018-10-15 23:55:25 +02:00
parent 94e0c867d7
commit 943c65bd46
3 changed files with 24 additions and 33 deletions

5
boot/bootstrap.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
use \Bsr\Utils\Configuration\Configuration;
use \Gbili\Db\Req\AbstractReq;
AbstractReq::generateAdapter(Configuration::get('db_req'));