steamysips / steamy-sips

A full-stack LAMP e-commerce coffee shop.
https://steamysips.github.io/steamy-sips/
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Error appearing #239

Closed Divyeshhhh closed 1 month ago

Divyeshhhh commented 1 month ago

Checklist

Confirm you have completed the following actions prior to submitting this PR.

Issue Resolution

Tell us which issue this PR fixes.

This pull request Fixes #XX

Additional Information

If needed, provide additional information about your pull request.

image

creme332 commented 1 month ago

On line 52, we accessing a static attribute $routes of a class given the class name at run-time. Intellisense will give an error because it does not know that $routes will be a valid attribute later. This is not a PHP error that will cause code to crash and can be ignored.