summaryrefslogtreecommitdiffstats
path: root/models/Kdrama.php
diff options
context:
space:
mode:
Diffstat (limited to 'models/Kdrama.php')
-rw-r--r--models/Kdrama.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/Kdrama.php b/models/Kdrama.php
index 9d3ddf7..f1eee22 100644
--- a/models/Kdrama.php
+++ b/models/Kdrama.php
@@ -3,7 +3,7 @@
namespace app\models;
class Kdrama extends \lithium\data\Model {
- protected $_meta = array('key' => '_id', 'source' => 'kdrama');
+ protected $_meta = array('key' => '_id', 'source' => 'kdrama', 'connection' => 'mongo');
public static function search($query, $page = 1, $by = 'title')
{