mgufrone / cpanel-php

CPanel/WHM API for PHP
MIT License
158 stars 91 forks source link

Symfony2: Case mismatch between loaded and declared class names #16

Closed jakeopena closed 8 years ago

jakeopena commented 8 years ago

Hi! I'm trying to use this in Symfony2 but I got an error on the trait.

Case mismatch between loaded and declared class names: Gufy\CpanelPhp\CpanelShortcuts vs Gufy\CpanelPhp\cPanelShortcuts

Symfony2 seems to be strict on the name case.