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:
parent
7228f83fa1
commit
91990e7a1d
@ -77,7 +77,6 @@ class AuthServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
$this->registerPolicies();
|
||||
|
||||
VerifyEmail::toMailUsing(function ($notifiable, $url) {
|
||||
return (new MailMessage)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user