partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 4590a779a9824618a49beb62a2e0953c09a05880
parent 3560935cb480e0b0d40aba3d3fac393a6aeeeb38
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon, 16 Dec 2013 23:20:50 +0100

Added validation and configuration for legacy partkeepr sources

Diffstat:
Mapp/config/config.yml | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/app/config/config.yml b/app/config/config.yml @@ -11,7 +11,7 @@ framework: strict_requirements: ~ form: ~ csrf_protection: ~ - validation: { enable_annotations: true } + validation: { enabled: true, enable_annotations: true } templating: engines: ['twig'] #assets_version: SomeVersionScheme @@ -51,3 +51,10 @@ doctrine: orm: auto_generate_proxy_classes: %kernel.debug% auto_mapping: true + + mappings: + model: + type: annotation + dir: %kernel.root_dir%/../src/backend/PartKeepr/ + prefix: PartKeepr + is_bundle: false+ \ No newline at end of file