Example #1
0
 /**
  * Compile the route into a Symfony CompiledRoute instance.
  */
 protected function compileRoute()
 {
     if ($this->shouldCompile() === true && $this->compiled === null) {
         parent::compileRoute();
     }
 }