|null $old_values * @property array|null $new_values * @property string|null $url * @property string|null $ip_address * @property string|null $user_agent * @property string|null $tags * @property Carbon|null $created_at * @property Carbon|null $updated_at * * @method static AuditFactory factory() */ class Audit extends PackageAuditModel { /** @use HasFactory */ use HasFactory; }