From 002c6855829d9f9fdb86f2107e9ba5dfa48054c3 Mon Sep 17 00:00:00 2001 From: Ujjwal Ojha Date: Sun, 16 Nov 2014 23:24:41 +0545 Subject: [PATCH] fixed #1 --- src/Validator/CountryValidator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Validator/CountryValidator.php b/src/Validator/CountryValidator.php index 7cb0eb6..83c6887 100644 --- a/src/Validator/CountryValidator.php +++ b/src/Validator/CountryValidator.php @@ -36,6 +36,7 @@ public function __construct(Loader\LoaderInterface $loader = null) if ($loader !== null) { $this->setLoader($loader); } + parent::__construct(); } /**