setRootControllerNamespace() public method

Set the root controller namespace.
public setRootControllerNamespace ( string $rootNamespace )
$rootNamespace string
Beispiel #1
0
 /**
  * Set the root controller namespace.
  *
  * @param string $rootNamespace
  * @return $this 
  * @static 
  */
 public static function setRootControllerNamespace($rootNamespace)
 {
     return \Illuminate\Routing\UrlGenerator::setRootControllerNamespace($rootNamespace);
 }