belongsTo(ApprovalFlow::class)->withTrashed(); } public function createdBy() { return $this->belongsTo(User::class, 'created_by'); } }