| 1 | <?php |
||
| 10 | class Log extends Command |
||
| 11 | { |
||
| 12 | protected function configure() |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Handle command. |
||
| 21 | * |
||
| 22 | * @throws \Symfony\Component\Process\Exception\InvalidArgumentException |
||
| 23 | * @throws \Symfony\Component\Process\Exception\LogicException |
||
| 24 | * @throws \Symfony\Component\Process\Exception\RuntimeException |
||
| 25 | * @throws \Psr\Container\ContainerExceptionInterface |
||
| 26 | */ |
||
| 27 | public function handle(): void |
||
| 36 | } |
||
| 37 |