|
|
@ -1385,6 +1385,8 @@ abstract class ActiveRecord extends Model |
|
|
|
$this->populateRelation($offset, $item); |
|
|
|
$this->populateRelation($offset, $item); |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} catch (InvalidParamException $e) { |
|
|
|
|
|
|
|
// shut down exception : has getter, but not relation |
|
|
|
} catch (UnknownMethodException $e) { |
|
|
|
} catch (UnknownMethodException $e) { |
|
|
|
throw $e->getPrevious(); |
|
|
|
throw $e->getPrevious(); |
|
|
|
} |
|
|
|
} |
|
|
|