parent
651d69a538
commit
0b1292fa2b
app
|
@ -8,4 +8,6 @@ use Illuminate\Foundation\Auth\User as Authenticatable;
|
|||
class User extends Authenticatable
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
public $guarded = [];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue