fix

parent ccef6dbd
...@@ -84,9 +84,6 @@ class Reviews extends \common\components\ActiveRecordModel ...@@ -84,9 +84,6 @@ class Reviews extends \common\components\ActiveRecordModel
public function behaviors() public function behaviors()
{ {
return [ return [
'langs' => [
'class' => 'common\modules\blog\components\PostLangBehavior',
],
'file' => [ 'file' => [
'class' => 'common\components\activeRecordBehaviors\FileUploadBehavior', 'class' => 'common\components\activeRecordBehaviors\FileUploadBehavior',
'path' => '@frontend/web', 'path' => '@frontend/web',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment