Commit a383c844 authored by Taylor Otwell's avatar Taylor Otwell Committed by StyleCI Bot

Applied fixes from StyleCI

parent c6ed15e1
......@@ -12,7 +12,7 @@ class User extends BaseUser
* @var array
*/
protected $fillable = [
'name', 'email', 'password'
'name', 'email', 'password',
];
/**
......@@ -21,6 +21,6 @@ class User extends BaseUser
* @var array
*/
protected $hidden = [
'password', 'remember_token'
'password', 'remember_token',
];
}
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