Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-07-06 21:24:10 +0300
committerdiosmosis <benaka@piwik.pro>2015-07-06 21:24:10 +0300
commitd4a024b02b0e5f18b7c88b965d836e8c609bdec9 (patch)
tree42a84250b6ed17aafcf01560bc8e3a8fc9855a26 /config
parent80b8743b1e80dd2a356dbb58e0afbfca444089a3 (diff)
Refs #8259, remove Zend_Validate_EmailAddress entry from global.php since we don't need to specify custom constructor parameters. php-di will just default to default construction.
Diffstat (limited to 'config')
-rw-r--r--config/global.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/global.php b/config/global.php
index 6c35c624f0..a8de8112d7 100644
--- a/config/global.php
+++ b/config/global.php
@@ -66,5 +66,4 @@ return array(
'Piwik\EventDispatcher' => DI\object()->constructorParameter('observers', DI\get('observers.global')),
- 'Zend_Validate_EmailAddress' => DI\object('Zend_Validate_EmailAddress'),
);