[CORE][DB] Rename App\Core\DB\DB to App\Core\DB

This commit is contained in:
2022-03-27 15:19:09 +01:00
committed by Diogo Peralta Cordeiro
parent ca5520edbf
commit abe35428da
136 changed files with 142 additions and 143 deletions

View File

@@ -31,7 +31,7 @@ declare(strict_types = 1);
namespace Plugin\AttachmentCollections;
use App\Core\DB\DB;
use App\Core\DB;
use App\Core\Event;
use function App\Core\I18n\_m;
use App\Core\Modules\Plugin;

View File

@@ -23,7 +23,7 @@ declare(strict_types = 1);
namespace Plugin\AttachmentCollections\Controller;
use App\Core\DB\DB;
use App\Core\DB;
use App\Core\Router\Router;
use Component\Collection\Util\Controller\MetaCollectionController;
use Plugin\AttachmentCollections\Entity\AttachmentCollection;