@@ -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', |
@@ -217,9 +217,9 @@ discard block |
||
| 217 | 217 | $this->addProperty($this->repositoryClass); |
| 218 | 218 | } |
| 219 | 219 | |
| 220 | - /** |
|
| 221 | - * {@inheritdoc} |
|
| 222 | - */ |
|
| 220 | + /** |
|
| 221 | + * {@inheritdoc} |
|
| 222 | + */ |
|
| 223 | 223 | public function getClassTemplate(): string |
| 224 | 224 | { |
| 225 | 225 | return <<<EOF |