butschster / LaravelMetaTags

The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project
MIT License
547 stars 51 forks source link

Facade example shows static method usage; however the functions are not actually static #60

Closed keybrdist closed 8 months ago

keybrdist commented 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

image image
keybrdist commented 8 months ago

Nevermind. I ran the following and the issue has gone away:

  php artisan ide-helper:generate
  php artisan ide-helper:meta