| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 28 | protected function up(): void |
||
| 29 | { |
||
| 30 | $this->createMigrationList('lightningd.adapter.migration_list'); |
||
| 31 | $this->declareExchange( |
||
| 32 | 'lightningd.adapter.exchange', |
||
| 33 | 'x-delayed-message', |
||
| 34 | false, |
||
| 35 | true, |
||
| 36 | false, |
||
| 37 | false, |
||
| 38 | false, |
||
| 39 | ['x-delayed-type' => AMQPExchangeType::TOPIC] |
||
| 40 | ); |
||
| 49 |