Merge pull request #16802 from colemanw/coalesce
[civicrm-core.git] / setup / src / Setup / Event / InstallDatabaseEvent.php
1 <?php
2 namespace Civi\Setup\Event;
3
4 /**
5 * Initialize the CiviCRM database.
6 *
7 * Event Name: 'civi.setup.installDatabase'
8 */
9 class InstallDatabaseEvent extends BaseSetupEvent {
10 }