laracasts / Commander

Easily leverage commands and domain events in your Laravel projects.
https://laracasts.com/series/commands-and-domain-events
MIT License
279 stars 68 forks source link

Change execute method from public to protected #30

Closed jake284773 closed 10 years ago

jake284773 commented 10 years ago

The execute method in the CommanderTrait should be protected as I can't see a need for the method to be publicly accessible.

I am not 100% sure on this so I could be wrong.