Skip to content

Commit

Permalink
Forgot to commit the migration tool command line
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Dec 13, 2016
1 parent a6a709a commit 4b011b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/migrate-from-phpexcel
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env php
<?php
require_once __DIR__ . '/../src/Bootstrap.php';

$migrator = new \PhpOffice\PhpSpreadsheet\Helper\Migrator();
$migrator->migrate();

0 comments on commit 4b011b4

Please sign in to comment.