Closed keybrdist closed 8 months ago
Describe the bug Facade examples show static method usage however the function definitions are not static functions.
To Reproduce Use a facade implementation with ::setTitle or any other method and you will see it is not compatible with actual function definition.
Expected behavior There should be no errors when using static methods with the Facade.
Screenshots
Nevermind. I ran the following and the issue has gone away:
php artisan ide-helper:generate php artisan ide-helper:meta
Describe the bug Facade examples show static method usage however the function definitions are not static functions.
To Reproduce Use a facade implementation with ::setTitle or any other method and you will see it is not compatible with actual function definition.
Expected behavior There should be no errors when using static methods with the Facade.
Screenshots