Merge pull request #4684 from ladybirdweb/analysis-jLwmlZ

Apply fixes from StyleCI
This commit is contained in:
Bhanu Pratap Singh Slathia
2021-03-12 19:29:01 +05:30
committed by GitHub
3 changed files with 11 additions and 10 deletions

View File

@@ -205,6 +205,7 @@ class User extends Model implements AuthenticatableContract, CanResetPasswordCon
{
$this->attributes['user_name'] = strip_tags($value);
}
/**
* Get the identifier that will be stored in the subject claim of the JWT.
*