9 lines
130 B
PHP
Executable File
9 lines
130 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Doctrine\Migrations;
|
|
|
|
require __DIR__ . '/doctrine-migrations.php';
|