dever %!s(int64=7) %!d(string=hai) anos
pai
achega
847772f75d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/View.php

+ 2 - 0
src/View.php

@@ -117,6 +117,8 @@ class View
         } else {
 
         }
+        $host = str_replace(DEVER_APP_NAME . '/', '', Dever::config('host')->base);
+        return $host . str_replace(DEVER_PROJECT_PATH, '', $file);
         $file = Dever::pic($file);
         return $file;
 	}