Merge pull request #16674 from alexymik/patch-2
[civicrm-core.git] / setup / src / Setup / Event / UninstallDatabaseEvent.php
1 <?php
2 namespace Civi\Setup\Event;
3
4 /**
5 * Purge any CiviCRM schema (tables, views, functions) from the database.
6 *
7 * Event Name: 'civi.setup.uninstallDatabase'
8 */
9 class UninstallDatabaseEvent extends BaseSetupEvent {
10 }