You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Если свойство в моделе, к которой прикреплено это поведение, не найдено, то возникает бесконечная рекурсия из-за обращения к методу canGetProperty, который в итоге вызывает сам себя.
Если свойство в моделе, к которой прикреплено это поведение, не найдено, то возникает бесконечная рекурсия из-за обращения к методу canGetProperty, который в итоге вызывает сам себя.
https://github.com/yiimaker/yii2-translatable/blob/master/src/TranslatableBehavior.php#L192
https://github.com/yiimaker/yii2-translatable/blob/master/src/TranslatableBehavior.php#L201
Как было в оригинальном расширении:
https://github.com/creocoder/yii2-translateable/blob/master/src/TranslateableBehavior.php#L148
https://github.com/creocoder/yii2-translateable/blob/master/src/TranslateableBehavior.php#L156
В таком случае все прекрасно работает
The text was updated successfully, but these errors were encountered: