From 5dc16e0bb5ef70ac5985dc8c31c43558a67a9f1b Mon Sep 17 00:00:00 2001 From: Oleg Shtanjko Date: Mon, 9 Oct 2017 18:09:22 +1000 Subject: [PATCH] View directory not found --- config/module.config.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/module.config.php b/config/module.config.php index d21b0c1..b795471 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -64,9 +64,4 @@ 'ZfSimpleMigrations\Controller\Migrate' => 'ZfSimpleMigrations\\Controller\\MigrateControllerFactory' ], ], - 'view_manager' => [ - 'template_path_stack' => [ - __DIR__ . '/../view', - ], - ], ];