@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | ) { |
108 | 108 | parent::__construct($application, $filesystem); |
109 | 109 | $this->setName('make:resource') |
110 | - ->setDescription('Command to generate platine resource action'); |
|
110 | + ->setDescription('Command to generate platine resource action'); |
|
111 | 111 | |
112 | 112 | $this->addOption( |
113 | 113 | '-c|--fields', |
@@ -215,9 +215,9 @@ discard block |
||
215 | 215 | $this->recordProperties(); |
216 | 216 | } |
217 | 217 | |
218 | - /** |
|
219 | - * {@inheritdoc} |
|
220 | - */ |
|
218 | + /** |
|
219 | + * {@inheritdoc} |
|
220 | + */ |
|
221 | 221 | public function getClassTemplate(): string |
222 | 222 | { |
223 | 223 | return <<<EOF |
@@ -65,8 +65,7 @@ |
||
65 | 65 | * @class MakeResourceActionCommand |
66 | 66 | * @package Platine\Framework\Console\Command |
67 | 67 | */ |
68 | -class MakeResourceActionCommand extends MakeCommand |
|
69 | -{ |
|
68 | +class MakeResourceActionCommand extends MakeCommand { |
|
70 | 69 | /** |
71 | 70 | * {@inheritdoc} |
72 | 71 | */ |