mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
the docblock in `HidesAttributes` was updated in #42512, so this child class should be using the same. otherwise PHPStan throws a "PHPDoc type array<int, string> of property App\Models\User::$hidden is not covariant with PHPDoc type list<string> of property Illuminate\Database\Eloquent\Model::$hidden" error