Prepare for moving into monorepo

This commit is contained in:
2021-03-18 12:46:43 +01:00
parent ba28783f37
commit 8883560e5b
354 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?php
namespace Chill\PersonBundle\Controller;
use Chill\MainBundle\CRUD\Controller\CRUDController;
/**
* Class AdminMaritalStatusController
*
* @package Chill\PersonBundle\Controller
*/
class AdminMaritalStatusController extends CRUDController
{
// for minimal cases, nothing is required here !
}