Esempio n. 1
0
 /**
  * Add a location to the array of view locations.
  *
  * @param  string  $location
  * @return void
  */
 public function addLocation($location)
 {
     $this->finder->addLocation($location);
 }