@@ -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 |
@@ -56,8 +56,7 @@ |
||
56 | 56 | * @class MakeCrudActionCommand |
57 | 57 | * @package Platine\Framework\Console\Command |
58 | 58 | */ |
59 | -class MakeCrudActionCommand extends BaseMakeActionCommand |
|
60 | -{ |
|
59 | +class MakeCrudActionCommand extends BaseMakeActionCommand { |
|
61 | 60 | /** |
62 | 61 | * {@inheritdoc} |
63 | 62 | */ |