dever 6 gadi atpakaļ
vecāks
revīzija
29d8125030
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      buy/src/Buy.php

+ 1 - 1
buy/src/Buy.php

@@ -10,7 +10,7 @@ class Buy extends Base
         parent::__construct();
 
         if (!$this->user) {
-            return $this->location('home');
+            //return $this->location('home');
         }
     }