Commit 3038dfd8 authored by sandroresende's avatar sandroresende

correcao traducao email reset senha

parent 956bbf7b
...@@ -6,6 +6,7 @@ use Illuminate\Auth\Notifications\ResetPassword; ...@@ -6,6 +6,7 @@ use Illuminate\Auth\Notifications\ResetPassword;
use Illuminate\Support\Facades\Gate; use Illuminate\Support\Facades\Gate;
use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider; use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider;
use Illuminate\Notifications\Messages\MailMessage;
class AuthServiceProvider extends ServiceProvider class AuthServiceProvider extends ServiceProvider
{ {
...@@ -23,7 +24,7 @@ class AuthServiceProvider extends ServiceProvider ...@@ -23,7 +24,7 @@ class AuthServiceProvider extends ServiceProvider
* @var \Closure|null * @var \Closure|null
*/ */
public static $toMailCallback; public static $toMailCallback;
/** /**
* The policy mappings for the application. * The policy mappings for the application.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment