10 lines
141 B
Plaintext
10 lines
141 B
Plaintext
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* @RELEASE
|
|
* This file is deprecated and will be removed in v1.
|
|
*/
|
|
require __DIR__ . '/bin/console';
|