Forgot to commit the migration tool command line

This commit is contained in:
Adrien Crivelli 2016-12-13 23:48:24 +09:00
parent a6a709a4ba
commit 4b011b427f
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 6 additions and 0 deletions

6
bin/migrate-from-phpexcel Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env php
<?php
require_once __DIR__ . '/../src/Bootstrap.php';
$migrator = new \PhpOffice\PhpSpreadsheet\Helper\Migrator();
$migrator->migrate();