Add users in cc in workflow: fix code style

This commit is contained in:
nobohan
2023-03-23 11:24:21 +01:00
parent 295406d9b7
commit a3db67fd1e
4 changed files with 14 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\Main;
use Doctrine\DBAL\Schema\Schema;