Forgot to commit the migration tool command line
This commit is contained in:
parent
a6a709a4ba
commit
4b011b427f
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env php
|
||||
<?php
|
||||
require_once __DIR__ . '/../src/Bootstrap.php';
|
||||
|
||||
$migrator = new \PhpOffice\PhpSpreadsheet\Helper\Migrator();
|
||||
$migrator->migrate();
|
Loading…
Reference in New Issue