OSDN Git Service

Добавление Мест размещения и регионов (подразделений)
authorDmitry Dobryshin <dimkainc@mail.ru>
Thu, 20 Aug 2020 07:33:58 +0000 (10:33 +0300)
committerDmitry Dobryshin <dimkainc@mail.ru>
Thu, 20 Aug 2020 07:33:58 +0000 (10:33 +0300)
models/ItemsSearch.php

index 247ee3c..0cb4ad4 100644 (file)
@@ -47,11 +47,8 @@ class ItemsSearch extends Items
         $query = Items::find();
         $query->joinWith(['status']);
         $query->joinWith(['types']);
-<<<<<<< HEAD
-=======
         $query->joinWith(['locations']);
 //        $query->joinWith(['regions']);
->>>>>>> develop
 
         // add conditions that should always apply here