publicPath() public méthode

We have merged public path and base path.
public publicPath ( ) : string
Résultat string
 /**
  * Get the path to the public / web directory.
  *
  * @return string 
  * @static 
  */
 public static function publicPath()
 {
     //Method inherited from \Illuminate\Foundation\Application
     return \App\Application::publicPath();
 }