[CORE][DB] Rename App\Core\DB\DB to App\Core\DB
This commit is contained in:
@@ -33,7 +33,7 @@ declare(strict_types = 1);
|
||||
|
||||
namespace Plugin\OAuth2\Repository;
|
||||
|
||||
use App\Core\DB\DB;
|
||||
use App\Core\DB;
|
||||
use App\Util\Exception\NotFoundException;
|
||||
use League\OAuth2\Server\Entities\ClientEntityInterface;
|
||||
use League\OAuth2\Server\Repositories\ClientRepositoryInterface;
|
||||
|
Reference in New Issue
Block a user