You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just reading your code and wondering how it can work if you are registering: $this->app->bind('contact', function ($app) { return new Contact($app); });
I dont see any Contact class in your package, did i missed it?
The text was updated successfully, but these errors were encountered:
Just reading your code and wondering how it can work if you are registering:
$this->app->bind('contact', function ($app) { return new Contact($app); });
I dont see any Contact class in your package, did i missed it?
The text was updated successfully, but these errors were encountered: