laravel-nomadic
laravel-nomadic copied to clipboard
Hook Interface or Closure params
The Closure
param is namespaced to the Nomadic package, rather than the global space.
This and similar params should be scoped to the global namespace. Change Closure
=> \Closure
to remove the syntax error highlighting in IDEs.