Updated to latest Index version.

This commit is contained in:
flash 2024-10-05 02:40:29 +00:00
parent 83f94debc7
commit 55a2424fee
138 changed files with 500 additions and 1329 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env php
<?php
use Index\Data\Migration\FsDbMigrationRepo;
use Index\Db\Migration\FsDbMigrationRepo;
require_once __DIR__ . '/../misuzu.php';

View file

@ -1,6 +1,6 @@
#!/usr/bin/env php
<?php
use Index\Data\Migration\FsDbMigrationRepo;
use Index\Db\Migration\FsDbMigrationRepo;
require_once __DIR__ . '/../misuzu.php';