File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ You may define your own authentication guards using the `extend` method on the `
342
342
343
343
use App\Services\Auth\JwtGuard;
344
344
use Illuminate\Support\Facades\Auth;
345
- use Illuminate\Support\ServiceProvider;
345
+ use Illuminate\Foundation\ Support\Providers\AuthServiceProvider as ServiceProvider;
346
346
347
347
class AuthServiceProvider extends ServiceProvider
348
348
{
Original file line number Diff line number Diff line change @@ -535,8 +535,8 @@ You may use the `from` and `to` methods to customize the sender and recipient. T
535
535
{
536
536
return (new SlackMessage)
537
537
->from('Ghost', ':ghost:')
538
- ->to('#other');
539
- ->content('This will be sent to #other')
538
+ ->to('#other')
539
+ ->content('This will be sent to #other');
540
540
}
541
541
542
542
<a name =" routing-slack-notifications " ></a >
You can’t perform that action at this time.
0 commit comments