@@ -273,7 +273,7 @@ class Model extends Base\Model
$with=$this->getWith();
foreach($withas$value){
$join=$this->withRelate($value);
if($joininstanceofKiri\ToArray){
if($joininstanceof\Arrayable){
$join=$join->toArray();
}
$data[$value]=$join;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.