Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
16 | protected function configure() |
||
17 | { |
||
18 | $this->setName('revision:save') |
||
19 | ->addArgument('revisionTitle', Argument::REQUIRED, "Revision title") |
||
20 | ->addArgument('tableName', Argument::REQUIRED, "Table name") |
||
21 | ->addArgument('originalId', Argument::REQUIRED, "Original id") |
||
22 | ->setDescription('Save a revision of a specific record of a table'); |
||
23 | } |
||
42 |