Commit dab27d03 authored by Florian Joriot's avatar Florian Joriot
Browse files

dist inutile pour confi global

parent 5842b187
Loading
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
<?php

$settings = [
    'view-dirs'     => [getcwd() . '/code'],
    'template-dirs' => [getcwd() . '/code/template'],
    'generator-output-dir' => '/tmp/UnicaenCode',
    'namespaces'           => [
         'services'  => [
            'Application',
         ],
         'forms'     => [
            'Application\Form',
         ],
         'hydrators' => [
            'Application\Hydrator',
         ],
         'entities'  => [
            'Application\Entity\Db',
         ],
    ],
];

return [
    'unicaen-code' => $settings,
];
 No newline at end of file