Link to home
Start Free TrialLog in
Avatar of Robert Granlund
Robert GranlundFlag for United States of America

asked on

PHP can not redeclare class name

Class already declared.  I am working locally on a site, it uses Laravel.  There is a plugin that compiles the LESS file via php and saves it to the css file.  However, it is throwing an error and says I cant re-declare a class name.  I have looked and all of the instances that calls the file (Less.php) are all require_once "Less.php"  I am stuck and am not sure where to look.

ASKER CERTIFIED SOLUTION
Avatar of Chris Stanyon
Chris Stanyon
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial