1 | <?php |
||
8 | class DropCommand extends AbstractCommand |
||
9 | { |
||
10 | 2 | public function __construct() |
|
14 | |||
15 | /** |
||
16 | * {@inheritdoc} |
||
17 | */ |
||
18 | 1 | protected function getSql(Synchronizer $sync, Schema $schema) |
|
22 | |||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | 1 | protected function applySql(Synchronizer $sync, Schema $schema) |
|
30 | } |
||
31 |