dolejska-daniel / riot-api

Riot League of Legends & DataDragon API wrappers for PHP7 and PHP8.
GNU General Public License v3.0
112 stars 25 forks source link

Changed capitalization of DTO to Dto #30

Closed chypriote closed 5 years ago

chypriote commented 5 years ago

On Windows, an exception is thrown because it can't find the "MiniSeriesDTO" object. My guess is that is because the Windows file system is case-sensitive.

dolejska-daniel commented 5 years ago

I run tests on Windows and this worked for me..interesting. Anyways - this slipped through my fingers. I'll have to fix my API parser as well. Thanks for the PR.