Files
GermanAirlinesVA-GraphQL/vendor/nuwave/lighthouse/src/Events/RegisterDirectiveNamespaces.php
T
2021-07-26 01:35:16 +02:00

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
{
//
}