@@ -34,7 +34,6 @@ |
||
| 34 | 34 | |
| 35 | 35 | /** |
| 36 | 36 | * Class Geolocation |
| 37 | - |
|
| 38 | 37 | * |
| 39 | 38 | *@package OrgHeiglGeolocation\Filter |
| 40 | 39 | */ |
@@ -52,13 +52,13 @@ |
||
| 52 | 52 | // |
| 53 | 53 | public function getAutoloaderConfig() |
| 54 | 54 | { |
| 55 | - return array( |
|
| 56 | - 'Zend\Loader\StandardAutoloader' => array( |
|
| 57 | - 'namespaces' => array( |
|
| 58 | - __NAMESPACE__ => __DIR__ . '/src/' . __NAMESPACE__, |
|
| 59 | - ), |
|
| 60 | - ), |
|
| 61 | - ); |
|
| 55 | + return array( |
|
| 56 | + 'Zend\Loader\StandardAutoloader' => array( |
|
| 57 | + 'namespaces' => array( |
|
| 58 | + __NAMESPACE__ => __DIR__ . '/src/' . __NAMESPACE__, |
|
| 59 | + ), |
|
| 60 | + ), |
|
| 61 | + ); |
|
| 62 | 62 | } |
| 63 | 63 | |
| 64 | 64 | /** |