after a series of bug fixes plus Non MNO logic for Sender IDs, unfinished leave management and holiday modules
This commit is contained in:
@@ -11,9 +11,9 @@ class ClientNote extends Model
|
||||
protected $guarded = array('id');
|
||||
protected static $logUnguarded = true;
|
||||
|
||||
public function getActivitylogOptions(): LogOptions{
|
||||
return LogOptions::defaults()->logUnguarded();
|
||||
}
|
||||
// public function getActivitylogOptions(): LogOptions{
|
||||
// return LogOptions::defaults()->logUnguarded();
|
||||
// }
|
||||
|
||||
public function client_info(){
|
||||
return $this->hasOne('App\Models\Client', 'id', 'client_id');
|
||||
|
||||
Reference in New Issue
Block a user