Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 0a6888e

Browse files
authored
🔀 Merge pull request #16 from ezhasyafaat/v3.x
change fullname to name
2 parents 24e547f + f19b549 commit 0a6888e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class User extends Model
1010
* @var array
1111
*/
1212
protected $fillable = [
13-
'name', 'email', 'password',
13+
'fullname', 'email', 'password',
1414
];
1515

1616
/**

0 commit comments

Comments
 (0)