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
Не добавляются и не сохраняются овнеры .
Метод всегда будет возращать false
mediafile behavior :
/**
* Load model by id
* @param int $id
* @return Mediafile
*/
private function loadModel($id)
{
return Mediafile::findOne($id);
}
Это так задумано или ч.я.д.н.т ?
The text was updated successfully, but these errors were encountered:
Не добавляются и не сохраняются овнеры .
Метод всегда будет возращать false
mediafile behavior :
/**
* Load model by id
* @param int $id
* @return Mediafile
*/
private function loadModel($id)
{
return Mediafile::findOne($id);
}
Это так задумано или ч.я.д.н.т ?
The text was updated successfully, but these errors were encountered: