DX php cs fixer

This commit is contained in:
Julie Lenaerts 2023-09-06 15:56:48 +02:00
parent 7c7c5862c6
commit 82b3025842
2 changed files with 11 additions and 4 deletions

View File

@ -2,6 +2,13 @@
declare(strict_types=1);
/*
* Chill is a software for social workers
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
namespace Chill\Migrations\Main;
use Doctrine\DBAL\Schema\Schema;