[CORE][DB] Rename App\Core\DB\DB to App\Core\DB
This commit is contained in:
@@ -35,7 +35,7 @@ declare(strict_types = 1);
|
||||
namespace Component\Notification\Controller;
|
||||
|
||||
use App\Core\Controller;
|
||||
use App\Core\DB\DB;
|
||||
use App\Core\DB;
|
||||
use function App\Core\I18n\_m;
|
||||
use App\Util\Common;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
@@ -21,7 +21,7 @@ declare(strict_types = 1);
|
||||
|
||||
namespace Component\Notification\Entity;
|
||||
|
||||
use App\Core\DB\DB;
|
||||
use App\Core\DB;
|
||||
use App\Core\Entity;
|
||||
use App\Entity\Activity;
|
||||
use App\Entity\Actor;
|
||||
|
@@ -21,7 +21,7 @@ declare(strict_types = 1);
|
||||
|
||||
namespace Component\Notification;
|
||||
|
||||
use App\Core\DB\DB;
|
||||
use App\Core\DB;
|
||||
use App\Core\Event;
|
||||
use function App\Core\I18n\_m;
|
||||
use App\Core\Log;
|
||||
|
Reference in New Issue
Block a user