Exemplo n.º 1
0
 /**
  * Add a location to the array of view locations.
  *
  * @param string $location
  * @return void 
  * @static 
  */
 public static function addLocation($location)
 {
     \Illuminate\View\Environment::addLocation($location);
 }