Allow filtering of event list by center and responsable

This commit is contained in:
2025-07-02 17:55:22 +02:00
parent 60d107b541
commit 4e99b6ecbd
5 changed files with 41 additions and 10 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\Event;
use Doctrine\DBAL\Schema\Schema;