WIP: Symfony 6 project remake #2

Draft
skobkin wants to merge 103 commits from symfony6_remake into master
Showing only changes of commit 0822aea5ec - Show all commits

View file

@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
namespace src\PointToolsBundle\Exception\Telegram;
namespace App\Exception\Telegram;
class CommandProcessingException extends \Exception
{