dvlpp / sharp

A Laravel 5 CMS for developers who hate CMS
15 stars 1 forks source link

Error in AuthController #3

Closed RemiCollin closed 8 years ago

RemiCollin commented 8 years ago

Had this error while calling artisan route:list :

PHP Fatal error: Cannot use Illuminate\Routing\Controller as Controller because the name is already in use in /var/www/clients/ambianceetstyles.com/vendor/dvlpp/sharp/src/Dvlpp/Sharp/Http/AuthController.php on line 8

I'm not sure if the intended behaviour is to extend Illuminate\Routing\Controller or Sharp\Http\Controller, I guess PHP compiler is having the same doubts as I have.

dvlpp commented 8 years ago

Fixed in 3.1.15