Created ApiKey entity

This commit is contained in:
Alejandro Celaya
2016-08-06 12:50:44 +02:00
parent 270dbc6028
commit 2767a14101
3 changed files with 131 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<?php
return [
'entity_manager' => [
'orm' => [
'entities_paths' => [
__DIR__ . '/../src/Entity',
],
],
],
];