Example #1
0
 /**
  * Get the path to the language files.
  *
  * @return string 
  * @static 
  */
 public static function langPath()
 {
     //Method inherited from \Illuminate\Foundation\Application
     return \App\Application::langPath();
 }