OmgDef/yii2-multilingual-behavior

Calling unknown method: omgdef\multilingual\MultilingualQuery::delete()

neoacevedo opened this issue · 0 comments

This happens if I try to delete a model.
The AR in its behaviors is configured as in the example and the find method is like the following:

/**
 * {@inheritdoc}
 */
 public static function find()
 {
     $q = new \omgdef\multilingual\MultilingualQuery(get_called_class());
     return $q;
 }