Loading autoload_classmap.php +1 −0 Original line number Diff line number Diff line <?php // Generated by ZF2's ./bin/classmap_generator.php return array( 'UnicaenKsup\Module' => __DIR__ . '/Module.php', ); No newline at end of file config/module.config.php +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ return [ ], // TemplatePathStack configuration 'template_path_stack' => [ __DIR__ . '/../view', 'ksup' => __DIR__ . '/../view', ], // Layout template name 'layout' => 'layout/layout', // e.g., 'layout/layout' Loading Loading
autoload_classmap.php +1 −0 Original line number Diff line number Diff line <?php // Generated by ZF2's ./bin/classmap_generator.php return array( 'UnicaenKsup\Module' => __DIR__ . '/Module.php', ); No newline at end of file
config/module.config.php +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ return [ ], // TemplatePathStack configuration 'template_path_stack' => [ __DIR__ . '/../view', 'ksup' => __DIR__ . '/../view', ], // Layout template name 'layout' => 'layout/layout', // e.g., 'layout/layout' Loading