style: run php-cs-fixer

This commit is contained in:
2021-05-20 20:37:35 -03:00
parent 92a6410321
commit 54efb095fe
43 changed files with 84 additions and 102 deletions

View File

@@ -3,10 +3,9 @@
namespace App;
use Auth;
use Illuminate\Notifications\Notifiable;
use Illuminate\Contracts\Auth\MustVerifyEmail;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Support\Facades\Request;
use Illuminate\Notifications\Notifiable;
class User extends Authenticatable implements MustVerifyEmail
{
@@ -42,7 +41,7 @@ class User extends Authenticatable implements MustVerifyEmail
/**
* Return the logged in user
*
*
* @return \App\User
*/
public static function loggedIn()
@@ -53,7 +52,7 @@ class User extends Authenticatable implements MustVerifyEmail
/**
* Set the default website language
* for the acual user
*
*
* @param string $language The language code
*
* @return void