1 | <?php namespace Wn\Generators\Commands; |
||
4 | class ControllerRestActionsCommand extends BaseCommand { |
||
5 | |||
6 | protected $signature = 'wn:controller:rest-actions |
||
7 | {--force= : override the existing files}'; |
||
8 | |||
9 | protected $description = 'Generates REST actions trait to use into controllers'; |
||
10 | |||
11 | public function handle() |
||
17 | |||
18 | } |
||
19 |