This commit is contained in:
2023-03-28 18:12:47 +02:00
parent 561d069a3e
commit 331443ae12
5 changed files with 13 additions and 8 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\Person;
use Doctrine\DBAL\Schema\Schema;