Apply fixes from StyleCI

This commit is contained in:
HDVinnie
2018-12-06 14:42:13 +00:00
committed by StyleCI Bot
parent f356ed2b76
commit 00bb324053
896 changed files with 21420 additions and 21162 deletions
+3 -2
View File
@@ -1,11 +1,12 @@
<?php
/**
* NOTICE OF LICENSE
* NOTICE OF LICENSE.
*
* UNIT3D is open-sourced software licensed under the GNU General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D
*
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
* @author HDVinnie
*/
@@ -54,7 +55,7 @@ class TwoStepAuthCode extends Notification implements ShouldQueue
*/
public function toMail($notifiable)
{
return (new MailMessage)
return (new MailMessage())
->from(config('auth.verificationEmailFrom'), config('auth.verificationEmailFromName'))
->subject(trans('auth.verificationEmailSubject'))
->greeting(trans('auth.verificationEmailGreeting', ['username' => $this->user->name]))