add missing routing definition in ctrl/base + php version 7 require
This commit is contained in:
parent
071aa12e13
commit
260ffeeb74
|
@ -17,7 +17,8 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"meta-tech/pws-auth" : "@dev",
|
||||
"php" : "^7.0",
|
||||
"meta-tech/pws-auth" : "^2.1",
|
||||
"meta-tech/silex-controller-service" : "^1.0",
|
||||
"silex/silex": "^2.0",
|
||||
"gecko-packages/gecko-silex-config-service": "^2.0",
|
||||
|
|
|
@ -51,6 +51,17 @@ abstract class Base implements ControllerProviderInterface
|
|||
|
||||
}
|
||||
|
||||
/*!
|
||||
* @method routing
|
||||
* @public
|
||||
* @param Silex\ControllerCollection $collection
|
||||
* @return Silex\ControllerCollection
|
||||
*/
|
||||
public function routing(ControllerCollection $collection) : ControllerCollection
|
||||
{
|
||||
return $collection;
|
||||
}
|
||||
|
||||
/*!
|
||||
* @method connect
|
||||
* @public
|
||||
|
|
Loading…
Reference in New Issue
Block a user