summaryrefslogtreecommitdiffstats
path: root/controllers/SearchController.php
diff options
context:
space:
mode:
Diffstat (limited to 'controllers/SearchController.php')
-rw-r--r--controllers/SearchController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/controllers/SearchController.php b/controllers/SearchController.php
index a7b0cee..805b981 100644
--- a/controllers/SearchController.php
+++ b/controllers/SearchController.php
@@ -21,7 +21,6 @@ class SearchController extends \lithium\action\Controller {
$kdrama = Kdrama::find('all', compact('conditions', 'limit'));
return compact('anime', 'manga', 'kdrama');
-
}
}