Skip to content

Commit

Permalink
Update autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
ojhaujjwal committed Jul 25, 2014
1 parent 56cc4a0 commit 0c35b95
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ public function getConfig()
public function getAutoloaderConfig()
{
return [
'Zend\Loader\ClassMapAutoloader' => [
__DIR__ . '/autoload_classmap.php',
],
'Zend\Loader\StandardAutoloader' => [
'namespaces' => [
__NAMESPACE__ => __DIR__ . '/src/' . __NAMESPACE__,
__NAMESPACE__ => __DIR__ . '/src',
],
],
];
Expand Down
3 changes: 0 additions & 3 deletions autoload_classmap.php

This file was deleted.

File renamed without changes.

0 comments on commit 0c35b95

Please sign in to comment.