barryvdh / laravel-ide-helper

IDE Helper for Laravel
MIT License
14.17k stars 1.16k forks source link

Add support for the new cast types #1257

Closed henriquecm closed 2 years ago

henriquecm commented 3 years ago

Summary

The casts types immutable_date and immutable_datetime were add sometime ago. But right now they get a mixed type when running the command for models. Also, I think the encrypted casts don't work too.