| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 30 | public function register() |
||
| 31 | { |
||
| 32 | $this->commands('Milkmeowo\Framework\Repository\Generators\Commands\BaseInitCommand'); |
||
| 33 | $this->commands('Milkmeowo\Framework\Repository\Generators\Commands\RepositoryCommand'); |
||
| 34 | $this->commands('Milkmeowo\Framework\Repository\Generators\Commands\TransformerCommand'); |
||
| 35 | $this->commands('Milkmeowo\Framework\Repository\Generators\Commands\PresenterCommand'); |
||
| 36 | $this->commands('Milkmeowo\Framework\Repository\Generators\Commands\EntityCommand'); |
||
| 37 | $this->commands('Milkmeowo\Framework\Repository\Generators\Commands\ValidatorCommand'); |
||
| 38 | $this->commands('Milkmeowo\Framework\Repository\Generators\Commands\ControllerCommand'); |
||
| 39 | $this->commands('Milkmeowo\Framework\Repository\Generators\Commands\BindingsCommand'); |
||
| 40 | $this->commands('Milkmeowo\Framework\Repository\Generators\Commands\CriteriaCommand'); |
||
| 41 | $this->app->register('Prettus\Repository\Providers\EventServiceProvider'); |
||
| 42 | } |
||
| 43 | } |
||
| 44 |