This commit is contained in:
2022-10-05 16:55:13 +02:00
parent c1d96af85f
commit 63137c67f4
1619 changed files with 6476 additions and 4891 deletions

View File

@@ -1,14 +1,15 @@
<?php
/**
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.
*/
declare(strict_types=1);
namespace Chill\MainBundle\CRUD\Templating;
use Chill\MainBundle\CRUD\Resolver\Resolver;