simple cache for rendered files
[phorkie.git] / src / phorkie / Repository.php
index 8cf5ff62d2fff510a50b0ad0abc0fa8389e0bb45..62a6e38c4da8a30c6690381935693047b6606725 100644 (file)
@@ -96,7 +96,6 @@ class Repository
 
     public function loadHash()
     {
-        return;
         if ($this->hash !== null) {
             return;
         }