9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
|
#!/usr/bin/env php
|
||
|
<?php
|
||
|
use PhpOffice\PhpSpreadsheet\Helper\Migrator;
|
||
|
|
||
|
require_once __DIR__ . '/../src/Bootstrap.php';
|
||
|
|
||
|
$migrator = new Migrator();
|
||
|
$migrator->migrate();
|