Fix pipeline

This commit is contained in:
Julie Lenaerts 2025-05-14 17:31:48 +02:00
parent f6c98aa0d5
commit 4c5dee5f0a

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\Person;
use Doctrine\DBAL\Schema\Schema;