Loading config/autoload/unicaen-code.global.php.distdeleted 100644 → 0 +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 Loading
config/autoload/unicaen-code.global.php.distdeleted 100644 → 0 +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