text changes to registration mail content
[namibia] / module / Person / autoload_classmap.php
1 <?php
2 // Generated by ZF2's ./bin/classmap_generator.php
3 return array(
4     'Person\Module'          => __DIR__ . '/Module.php',
5     'Person\Entity\Contact'  => __DIR__ . '/src/Person/Entity/Contact.php',
6     'Person\Fixture\Contact' => __DIR__ . '/src/Person/Fixture/Contact.php',
7     'Person\Service\Contact' => __DIR__ . '/src/Person/Service/Contact.php',
8     'Person\Workflow'        => __DIR__ . '/src/Person/Workflow.php',
9 );