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:
Miguel Nogueira 2023-02-26 01:01:18 +00:00
parent 7228f83fa1
commit 91990e7a1d
No known key found for this signature in database
GPG Key ID: 3C6A7E29AF26D370
2 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,6 @@ class AuthServiceProvider extends ServiceProvider
*/
public function boot()
{
$this->registerPolicies();
VerifyEmail::toMailUsing(function ($notifiable, $url) {
return (new MailMessage)

View File

@ -8,7 +8,7 @@
@section('js')
<script src="js/dashboard.js"></script>
<script src="{{ asset('js/dashboard.js') }}"></script>
<x-global-errors></x-global-errors>
@endsection