Example #1
0
 /**
  * Set the storage directory.
  *
  * @param string $path
  * @return $this 
  * @static 
  */
 public static function useStoragePath($path)
 {
     //Method inherited from \Illuminate\Foundation\Application
     return \October\Rain\Foundation\Application::useStoragePath($path);
 }