Vendor
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?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\Factories\DirectiveFactory
|
||||
*/
|
||||
class RegisterDirectiveNamespaces
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user