Beispiel #1
0
 /**
  * Get the returned value of a file.
  *
  * @param string $path
  * @return mixed 
  * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
  * @static 
  */
 public static function getRequire($path)
 {
     //Method inherited from \Illuminate\Filesystem\Filesystem
     return \October\Rain\Filesystem\Filesystem::getRequire($path);
 }