Administrator
/
baucenter
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
5672b289e131be7e2b8b2a5ea08ad24886b7f551
Authored by
Karnovsky A
2016-04-14 11:59:57 +0300
1 parent
37979782
--
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/controllers/CatalogController.php
Inline
Side-by-side
frontend/controllers/CatalogController.php
Wrap text
Show/Hide comments
View file @
5672b28
...
...
@@ -27,7 +27,7 @@ use yii\web\HttpException;
27
27
class CatalogController extends \yii\web\Controller
28
28
{
29
29
public function actionSearch() {
30
-
30
+ // @todo
31
31
}
32
32
33
33
public function actionCategory()
...
...