Explorar el Código

[Routing] changed visibility

Fabien Potencier hace 14 años
padre
commit
24d79f680f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/Symfony/Component/Routing/Router.php

+ 2 - 1
src/Symfony/Component/Routing/Router.php

@@ -24,13 +24,14 @@ class Router implements RouterInterface
 {
     private $matcher;
     private $generator;
-    private $options;
     private $defaults;
     private $context;
     private $loader;
     private $collection;
     private $resource;
 
+    protected $options;
+
     /**
      * Constructor.
      *