Skip to content

Commit

Permalink
不要useの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-gillingham committed Nov 8, 2023
1 parent 7bbeb11 commit bca5d06
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Eccube/Repository/AbstractRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
namespace Eccube\Repository;

use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Exception;
use Eccube\Entity\AbstractEntity;
use Eccube\Common\EccubeConfig;

abstract class AbstractRepository extends ServiceEntityRepository
{
Expand Down Expand Up @@ -60,7 +57,7 @@ protected function getCacheLifetime()
*
* @return bool
*
* @throws Exception
* @throws \Doctrine\DBAL\Exception
*/
protected function isPostgreSQL()
{
Expand All @@ -72,7 +69,7 @@ protected function isPostgreSQL()
*
* @return bool
*
* @throws Exception
* @throws \Doctrine\DBAL\Exception
*/
protected function isMySQL()
{
Expand Down

0 comments on commit bca5d06

Please sign in to comment.