|
@@ -236,4 +236,8 @@ class Note extends Model
|
|
|
if(!$noteCompanyProId) return false;
|
|
|
return in_array($noteCompanyProId, $companyProIds);
|
|
|
}
|
|
|
+
|
|
|
+ public function cmSetupManagerSignatureStatusUpdatedBySession(){
|
|
|
+ return $this->hasOne(AppSession::class, 'id', 'cm_setup_manager_signature_status_updated_by_session_id');
|
|
|
+ }
|
|
|
}
|