MrJuliuss / syntara

Admin package for Laravel 4.
MIT License
302 stars 77 forks source link

Add Full Namespace to Commands in ServiceProvider #164

Closed irazasyed closed 9 years ago

irazasyed commented 9 years ago

Since the namespace on top of the file was updated, It broke the commands for obvious reasons and it ends up throwing Fatal Error Class not found, this fixes it.

PHP Fatal error: Class 'Mrjuliuss\Syntara\Commands\UserSeedCommand' not found ...

irazasyed commented 9 years ago

It would be a good idea to update all the files and maintain one standard though.

MrJuliuss commented 9 years ago

Hi, i just fix it : https://github.com/MrJuliuss/syntara/commit/6d6406de205541da86fdbc88da193959c668fd52 i hadn't seen that the namespace changed when i launch php cs with the psr2 rules ;) sorry. (one day, it will be nice to refactor Syntara with psr2 and psr4...one day !)

irazasyed commented 9 years ago

Hi, Alright, No problem :)

Also, That sounds good. Looking forward for that day :D

So let me close this then.