Skip to content

Commit f0a24d9

Browse files
author
ppaulis
committed
Merge branch 'release/1.6.2'
2 parents abfe3df + 5ea1a3e commit f0a24d9

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)