laravel-nomadic icon indicating copy to clipboard operation
laravel-nomadic copied to clipboard

Hook Interface or Closure params

Open chrishalbert opened this issue 3 years ago • 0 comments

The Closure param is namespaced to the Nomadic package, rather than the global space. image

This and similar params should be scoped to the global namespace. Change Closure => \Closure to remove the syntax error highlighting in IDEs.

chrishalbert avatar Aug 12 '21 11:08 chrishalbert