*/ public $timestamps = false; protected $fillable = [ 'name', 'email', 'fk_tests_id', ]; /** * The attributes that should be cast. * * @var array */ protected $casts = [ 'email_verified_at' => 'datetime', ]; }