diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-20 14:50:38 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-20 14:50:38 +0100 |
commit | c27d5015f786538b6f3c31f1838ac09aae8736fb (patch) | |
tree | 9462ea4591703c62fa0aedc040ae4569c9664bbf /php-zendframework-zendservice-recaptcha-autoload.php | |
parent | 3baecdb3ec366c600923905fabfc4693a809d6c9 (diff) |
php-zendframework-zendservice-recaptcha: 3.0.0
Diffstat (limited to 'php-zendframework-zendservice-recaptcha-autoload.php')
-rw-r--r-- | php-zendframework-zendservice-recaptcha-autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-zendframework-zendservice-recaptcha-autoload.php b/php-zendframework-zendservice-recaptcha-autoload.php index a0a7585..65a608b 100644 --- a/php-zendframework-zendservice-recaptcha-autoload.php +++ b/php-zendframework-zendservice-recaptcha-autoload.php @@ -6,7 +6,7 @@ Inspired from https://github.com/zendframework/ZendSkeletonApplication Set autoregister_zf for Zend Framework Set fallback_autoloader for dependencies which are PSR-0 compliant */ -require_once '/usr/share/php/Zend//Loader/AutoloaderFactory.php'; +require_once '/usr/share/php/Zend/Loader/AutoloaderFactory.php'; Zend\Loader\AutoloaderFactory::factory(array( 'Zend\Loader\StandardAutoloader' => array( 'fallback_autoloader' => true, |