(dev/core#1615) Import civicrm-setup code
[civicrm-core.git] / setup / src / Setup / UI / Event / UIBootEvent.php
1 <?php
2 namespace Civi\Setup\UI\Event;
3
4 /**
5 * Run the stock web-based UI.
6 *
7 * Event Name: 'civi.setupui.boot'
8 */
9 class UIBootEvent extends BaseUIEvent {
10
11 }