mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-16 22:42:49 +00:00
9 lines
171 B
PHP
9 lines
171 B
PHP
#!/usr/bin/env php
|
|
<?php
|
|
use PhpOffice\PhpSpreadsheet\Helper\Migrator;
|
|
|
|
require_once __DIR__ . '/../src/Bootstrap.php';
|
|
|
|
$migrator = new Migrator();
|
|
$migrator->migrate();
|