mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
15 lines
308 B
PHP
15 lines
308 B
PHP
<?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 !
|
|
} |