Compare commits

..

No commits in common. "master" and "1.0.3" have entirely different histories.

2 changed files with 1 additions and 13 deletions

View File

@ -17,8 +17,7 @@
} }
}, },
"require": { "require": {
"php" : "^7.0", "meta-tech/pws-auth" : "2.1.3",
"meta-tech/pws-auth" : "@dev",
"meta-tech/silex-controller-service" : "^1.0", "meta-tech/silex-controller-service" : "^1.0",
"silex/silex": "^2.0", "silex/silex": "^2.0",
"gecko-packages/gecko-silex-config-service": "^2.0", "gecko-packages/gecko-silex-config-service": "^2.0",

View File

@ -51,17 +51,6 @@ 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 * @method connect
* @public * @public