location admin: add admin crud for location type

This commit is contained in:
nobohan
2021-10-21 16:30:37 +02:00
parent e06a98e70a
commit 92843677f9
7 changed files with 167 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace Chill\MainBundle\Controller;
use Chill\MainBundle\CRUD\Controller\CRUDController;
class LocationTypeController extends CRUDController
{
}