bad namespace

This commit is contained in:
Guillermo Dev
2018-10-15 17:06:14 +02:00
parent 1381fafdf1
commit 792129c6af

View File

@@ -1,7 +1,7 @@
<?php <?php
namespace Bsr\Db; namespace Bsr\Db;
use Bsr\Config\Configuration; use Bsr\Utils\Configuration;
use Bsr\Db\Exception\SqlException; use Bsr\Db\Exception\SqlException;
class Connection class Connection