mgufrone / cpanel-php

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

Standardize the trait name #10

Closed sudent closed 8 years ago

sudent commented 8 years ago

Hello! I know it maybe not a problem in itself since php class is case insensitive, but can we have the trait name standardised? I'm getting an error using it within the context of symfony framework because they are checking for the case difference. Please let me know what you think. Thanks!

mgufrone commented 8 years ago

Have you tested it for real? if you it is already passed the test, then i will merge this commit immediately.

sudent commented 8 years ago

Yes, I have verified that this works for my use case and phpunit test also passed.

mgufrone commented 8 years ago

Okay merged. Thanks. i will update the version number :+1:

sudent commented 8 years ago

Thanks for the fast response, much appreciated :smile: