Skip to content

Commit 5013a6e

Browse files
authored
fixed typo Zend\View\Modle\ViewModel in Zend\View\Model\ViewModel
Fixes Error thrown Zend\Mvc\Exception\InvalidArgumentException "The supplied View Model could not be found"
1 parent ed8eca8 commit 5013a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/module.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace ZF\Apigility\Documentation;
88

99
use Zend\ServiceManager\Factory\InvokableFactory;
10-
use Zend\View\Modle\ViewModel;
10+
use Zend\View\Model\ViewModel;
1111

1212
return [
1313
'router' => [

0 commit comments

Comments
 (0)