jobilla / laravel-loco-tms

A Laravel convenience integration for the Loco translation management system
MIT License
0 stars 4 forks source link

Remove unnecessary constructors from commands #1

Closed svenluijten closed 4 years ago

svenluijten commented 4 years ago

This PR removes constructors that only have a parent::__construct() call. We can just let it fall through automagically.