rabin преди 6 години
родител
ревизия
8b8a6ae7a3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      buy/src/Data.php

+ 1 - 1
buy/src/Data.php

@@ -16,7 +16,7 @@ class Data extends Base
         if ($this->user) {
             //return $this->location('home');
         } else {
-            //return $this->location('auth');
+            return $this->location('auth');
         }
     }