Connection is now using Gbili\Db\Req\Req underneath
This commit is contained in:
5
boot/bootstrap.php
Normal file
5
boot/bootstrap.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
use \Bsr\Utils\Configuration\Configuration;
|
||||
use \Gbili\Db\Req\AbstractReq;
|
||||
|
||||
AbstractReq::generateAdapter(Configuration::get('db_req'));
|
||||
Reference in New Issue
Block a user