From b93f249aa8ba62e3b104b547a725594bf3db3d18 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 8 Sep 2017 19:36:31 +0200 Subject: [PATCH] remove todo --- Config/SettingsAbstract.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Config/SettingsAbstract.php b/Config/SettingsAbstract.php index 9b6a597de..aa65eb9ca 100644 --- a/Config/SettingsAbstract.php +++ b/Config/SettingsAbstract.php @@ -112,7 +112,6 @@ abstract class SettingsAbstract implements OptionsInterface return $options; } catch (\PDOException $e) { - // todo does it mean that the recognition isn't here but at the place where the new happens? $exception = DatabaseExceptionFactory::createException($e); $message = DatabaseExceptionFactory::createExceptionMessage($e);