belongsTo(SellerLesson::class)->withDefault(); } public function user() { return $this->belongsTo(User::class)->withDefault(); } public function order() { return $this->belongsTo(Order::class)->withDefault(); } }