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

Commit 0046262

Browse files
committed
added back ControllerLoaderFactory for deprecated
1 parent 5e0828c commit 0046262

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
/**
3+
* Zend Framework (http://framework.zend.com/)
4+
*
5+
* @link http://github.com/zendframework/zf2 for the canonical source repository
6+
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7+
* @license http://framework.zend.com/license/new-bsd New BSD License
8+
*/
9+
10+
namespace Zend\Mvc\Service;
11+
12+
/**
13+
* @deprecated
14+
*/
15+
class ControllerLoaderFactory extends ControllerManagerFactory
16+
{
17+
}

0 commit comments

Comments
 (0)