You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like you're requiring a lot of files in different places. An autoloader would allow you to be able to call those classes without the need for all the requires. Since you're already requiring a modern PHP version, it shouldn't be an issue at all to implement (although you'll need to adjust where needed).
The text was updated successfully, but these errors were encountered:
It looks like you're requiring a lot of files in different places. An autoloader would allow you to be able to call those classes without the need for all the requires. Since you're already requiring a modern PHP version, it shouldn't be an issue at all to implement (although you'll need to adjust where needed).
The text was updated successfully, but these errors were encountered: