### Versions: - ide-helper Version: dev-master - Laravel Version: 8.78.1 - PHP Version: 8.0.13 ### Description: As described in the [pull request](https://github.com/laravel/framework/pull/40022) attribute marked methods should be protected which makes them not discoverable by the the ModelsCommand. ### Steps To Reproduce: - Create a protected attribute marked method - Run the `ide-helper:models` command