@@ -656,13 +656,13 @@ |
||
656 | 656 | $pluginConfigs = PluginConfigManager::getPluginConfigAll($this['debug']); |
657 | 657 | $ormMappings = array(); |
658 | 658 | $ormMappings[] = array( |
659 | - 'type' => 'annotation', |
|
660 | - 'namespace' => 'Eccube\Entity', |
|
661 | - 'path' => array( |
|
662 | - __DIR__.'/Entity' |
|
663 | - ), |
|
664 | - 'use_simple_annotation_reader' => false, |
|
665 | - ); |
|
659 | + 'type' => 'annotation', |
|
660 | + 'namespace' => 'Eccube\Entity', |
|
661 | + 'path' => array( |
|
662 | + __DIR__.'/Entity' |
|
663 | + ), |
|
664 | + 'use_simple_annotation_reader' => false, |
|
665 | + ); |
|
666 | 666 | |
667 | 667 | if (isset($this['config']['vendor_dir'])) { |
668 | 668 | $ormMappings[] = array( |