17 lines
328 B
PHP
17 lines
328 B
PHP
<?php
|
|
|
|
namespace Nuwave\Lighthouse\Events;
|
|
|
|
/**
|
|
* Fires when the directive factory is constructed.
|
|
*
|
|
* Listeners may return one or more strings that are used as the base
|
|
* namespace for locating directives.
|
|
*
|
|
* @see \Nuwave\Lighthouse\Schema\DirectiveLocator::namespaces()
|
|
*/
|
|
class RegisterDirectiveNamespaces
|
|
{
|
|
//
|
|
}
|