We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f207e1 commit bed72bdCopy full SHA for bed72bd
composer.json
@@ -9,7 +9,7 @@
9
}
10
],
11
"require": {
12
- "bluefeather/eloquent-filemaker": "^0.2.0",
+ "bluefeather/eloquent-filemaker": "^0.2.2",
13
"laravel/jetstream": "^2.10"
14
},
15
"autoload": {
stubs/app/Models/User.php
@@ -31,8 +31,6 @@ class User extends FMModel implements
31
use Notifiable;
32
use TwoFactorAuthenticatable;
33
34
- protected $keyType = "string";
35
-
36
37
/**
38
* The attributes that are mass assignable.
0 commit comments