Select Git revision
zfconfig.global.php
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
zfconfig.global.php 280 B
<?php
/**
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
* @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)
*/
return [
'view_manager' => [
'strategies' => [
'ViewJsonStrategy',
],
],
];