@@ -20,7 +20,7 @@ class Vplatform extends Backend
{
parent::_initialize();
// $this->model = new \app\admin\model\third\Platform;
- $this->model = new \app\common\model\Videoplatform;
+ $this->model = new \app\common\model\VideoPlatform;
// $this->model = model('platform');
}