Merge pull request #13809 from sushantpaste/auto-complete-search
[civicrm-core.git] / setup / src / Setup / Event / InitEvent.php
1 <?php
2 namespace Civi\Setup\Event;
3
4 /**
5 * Initialize a "Setup" subsystem. This is useful for populating the model with default settings.
6 *
7 * Event Name: 'civi.setup.init'
8 */
9 class InitEvent extends BaseSetupEvent {
10 }