init
This commit is contained in:
8
backend/vendor/doctrine/migrations/bin/doctrine-migrations
vendored
Executable file
8
backend/vendor/doctrine/migrations/bin/doctrine-migrations
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Doctrine\Migrations;
|
||||
|
||||
require __DIR__ . '/doctrine-migrations.php';
|
||||
Reference in New Issue
Block a user