From 4c5dee5f0af888a8a1c981fae26c95a43aba6bbc Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 14 May 2025 17:31:48 +0200 Subject: [PATCH] Fix pipeline --- .../ChillPersonBundle/migrations/Version20250514115009.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20250514115009.php b/src/Bundle/ChillPersonBundle/migrations/Version20250514115009.php index 364456281..719366d92 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20250514115009.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20250514115009.php @@ -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;