Skip to content

Commit 5ea1a3e

Browse files
author
ppaulis
committed
fixed autoloading
1 parent 44d0d0e commit 5ea1a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Module implements AutoloaderProviderInterface, ConfigProviderInterface, Hy
2525
public function getAutoloaderConfig()
2626
{
2727
return [
28-
'ZF\Apigility\Autoloader' => [
28+
'Zend\Loader\StandardAutoloader' => [
2929
'namespaces' => [
3030
__NAMESPACE__ => __DIR__ . '/src/',
3131
],

0 commit comments

Comments
 (0)