1 | <?php |
||
10 | class MigrationsGeneratorCommand extends GeneratorCommand |
||
11 | { |
||
12 | protected $name = 'db-exporter:migrations'; |
||
13 | |||
14 | protected $description = 'Export your database to migrations.'; |
||
15 | /** |
||
16 | * @var \Elimuswift\DbExporter\DbExportHandler |
||
17 | */ |
||
18 | protected $handler; |
||
19 | |||
20 | public function __construct(DbExportHandler $handler) |
||
26 | |||
27 | public function fire() |
||
43 | |||
44 | |||
45 | } |