admin: delete obsolet country controller

This commit is contained in:
nobohan 2022-05-05 10:11:12 +02:00
parent ba495def7e
commit 47f47ac017

View File

@ -1,18 +0,0 @@
<?php
/**
* 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\Controller;
use Chill\MainBundle\CRUD\Controller\CRUDController;
class AdminCountryCRUDController extends CRUDController
{
}