groundctrl/concerto-bundle

View on GitHub
src/SoloEvents.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Ctrl\Bundle\ConcertoBundle;

/**
 * Class SoloEvents
 *
 * Constants for event names, not much to see here.
 */
final class SoloEvents
{
    const SOLOIST_FOUND = 'soloist.found';
    const SOLOIST_NOT_FOUND = 'soloist.not_found';
}