Completed
Push — master ( 0e57e6...32019c )
by Alexey
04:45
created
system/modules/Files/models/File.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
     }
41 41
   }
42 42
 
43
+  /**
44
+   * @return string
45
+   */
43 46
   public function getRealPath() {
44 47
     $sitePath = \App::$primary->path;
45 48
     return "{$sitePath}{$this->path}";
Please login to merge, or discard this patch.