@@ -83,7 +83,7 @@ discard block |
||
| 83 | 83 | ) { |
| 84 | 84 | parent::__construct($application, $filesystem); |
| 85 | 85 | $this->setName('make:resource') |
| 86 | - ->setDescription('Command to generate platine resource action'); |
|
| 86 | + ->setDescription('Command to generate platine resource action'); |
|
| 87 | 87 | } |
| 88 | 88 | |
| 89 | 89 | /** |
@@ -104,9 +104,9 @@ discard block |
||
| 104 | 104 | $this->addProperty($this->repositoryClass); |
| 105 | 105 | } |
| 106 | 106 | |
| 107 | - /** |
|
| 108 | - * {@inheritdoc} |
|
| 109 | - */ |
|
| 107 | + /** |
|
| 108 | + * {@inheritdoc} |
|
| 109 | + */ |
|
| 110 | 110 | public function getClassTemplate(): string |
| 111 | 111 | { |
| 112 | 112 | return <<<EOF |
@@ -74,12 +74,12 @@ |
||
| 74 | 74 | ) { |
| 75 | 75 | parent::__construct($application, $filesystem); |
| 76 | 76 | $this->setName('make:crud') |
| 77 | - ->setDescription('Command to generate platine CRUD action'); |
|
| 77 | + ->setDescription('Command to generate platine CRUD action'); |
|
| 78 | 78 | } |
| 79 | 79 | |
| 80 | - /** |
|
| 81 | - * {@inheritdoc} |
|
| 82 | - */ |
|
| 80 | + /** |
|
| 81 | + * {@inheritdoc} |
|
| 82 | + */ |
|
| 83 | 83 | public function getClassTemplate(): string |
| 84 | 84 | { |
| 85 | 85 | return <<<EOF |