/home/techb158/immovalet.com/platform/plugins/audit-log/src/Models
Edit: /home/techb158/immovalet.com/platform/plugins/audit-log/src/Models/AuditHistory.php (1180B)
belongsTo(User::class)->withDefault();
}
/**
* @return \Illuminate\Database\Query\Builder
*/
public function prunable()
{
return $this->whereDate('created_at', '>', now()->subDays(30)->toDateString());
}
}