/** * Get the path to the storage directory. * * @return string * @static */ public static function storagePath() { //Method inherited from \Illuminate\Foundation\Application return \October\Rain\Foundation\Application::storagePath(); }