This commit is contained in:
2024-07-10 12:42:50 +03:00
parent e588866a92
commit 1c31a4e5c3
22 changed files with 2474 additions and 91 deletions

8
m.php Normal file
View File

@ -0,0 +1,8 @@
<?php
use migrations\UserMigration;
require_once __DIR__ . "/vendor/autoload.php";
require_once __DIR__ . "/bootstrap.php";
UserMigration::up();