Skip to content

Commit bed72bd

Browse files
author
David Nahodyl
committed
removed keytype for user model since string is default now
1 parent 4f207e1 commit bed72bd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"bluefeather/eloquent-filemaker": "^0.2.0",
12+
"bluefeather/eloquent-filemaker": "^0.2.2",
1313
"laravel/jetstream": "^2.10"
1414
},
1515
"autoload": {

stubs/app/Models/User.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ class User extends FMModel implements
3131
use Notifiable;
3232
use TwoFactorAuthenticatable;
3333

34-
protected $keyType = "string";
35-
3634

3735
/**
3836
* The attributes that are mass assignable.

0 commit comments

Comments
 (0)