mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 13:54:59 +00:00
[crud] clean and add documentation
This commit is contained in:
@@ -37,17 +37,6 @@ class CRUDRoutesLoader
|
||||
$this->config = $config;
|
||||
}
|
||||
|
||||
protected function addDummyConfig()
|
||||
{
|
||||
$this->config[] = [
|
||||
'name' => 'country',
|
||||
'actions' => ['index'],//, 'new', 'edit', 'delete'],
|
||||
'base_path' => '/admin/country',
|
||||
'controller' => \Chill\MainBundle\Controller\AdminCountryCRUDController::class
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
public function load()
|
||||
{
|
||||
$collection = new RouteCollection();
|
||||
|
Reference in New Issue
Block a user