feat(providers): remove call to registerPolicies because it's now called by the framework
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
@@ -77,7 +77,6 @@ class AuthServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
$this->registerPolicies();
|
||||
|
||||
VerifyEmail::toMailUsing(function ($notifiable, $url) {
|
||||
return (new MailMessage)
|
||||
|
Reference in New Issue
Block a user