<?php

use migrations\UserMigration;

require_once __DIR__ . "/vendor/autoload.php";
require_once __DIR__ . "/bootstrap.php";

UserMigration::up();