Forgot to commit the migration tool command line
This commit is contained in:
parent
a6a709a4ba
commit
4b011b427f
6
bin/migrate-from-phpexcel
Executable file
6
bin/migrate-from-phpexcel
Executable file
@ -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
Block a user