-
- Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Milestone
Description
Update our command classes to follow a common convention. Including:
- Update to inject via the
handle
method (Advised approach in Laravel docs). - Standardise how response codes are returned (And ensure they are) (int vs
SymfonyCommand::[SUCCESS/FAILURE]
).- Laravel internal commands appear to just use ints, is probably the cleaner option.