laravel append to model

34

protected $appends = ['user'];
public function getUserAttribute()
{

    return $this->user();

}

Comments

Submit
0 Comments