/home/techb158/immovalet.com/vendor/doctrine/dbal/src/Event
Edit: /home/techb158/immovalet.com/vendor/doctrine/dbal/src/Event/SchemaEventArgs.php (508B)
preventDefault = true;
return $this;
}
/**
* @return bool
*/
public function isDefaultPrevented()
{
return $this->preventDefault;
}
}