Skip to content

Commit 75c1e2d

Browse files
committed
Remove getAutoloaderConfig() implementation
- It's completely unnecessary, as Composer manages this module.
1 parent 0055036 commit 75c1e2d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Module.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
namespace ZF\ApiProblem;
88

9-
use Zend\Loader\StandardAutoloader;
109
use Zend\Mvc\ResponseSender\SendResponseEvent;
1110
use Zend\Mvc\MvcEvent;
1211
use ZF\ApiProblem\Listener\SendApiProblemResponseListener;
@@ -16,22 +15,6 @@
1615
*/
1716
class Module
1817
{
19-
/**
20-
* Retrieve autoloader configuration
21-
*
22-
* @return array
23-
*/
24-
public function getAutoloaderConfig()
25-
{
26-
return [
27-
StandardAutoloader::class => [
28-
'namespaces' => [
29-
__NAMESPACE__ => __DIR__ . '/src/',
30-
]
31-
]
32-
];
33-
}
34-
3518
/**
3619
* Retrieve module configuration
3720
*

0 commit comments

Comments
 (0)