Remove workaround in NullGenerator.

8.0.x
Larry Garfield 2013-01-06 16:30:02 -06:00
parent 765b50b5f4
commit 229dde1d9f
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ use Symfony\Component\Routing\Exception\RouteNotFoundException;
class NullGenerator implements UrlGeneratorInterface {
public function generate($name, $parameters = array(), $absolute = FALSE) {
return '';
throw new RouteNotFoundException();
}