Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 858f58c

Browse files
committed
Removed extension from configuration
With zend-view we can't change default template files extension.
1 parent 58937d5 commit 858f58c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ConfigProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public function getDependencies() : array
3838
public function getTemplates() : array
3939
{
4040
return [
41-
'extension' => 'phtml',
4241
'paths' => [],
4342
];
4443
}

0 commit comments

Comments
 (0)