diff --git a/config/module.config.php b/config/module.config.php index 9a66cc86a15175698d80f10d884566ef318c20c9..ea816f651bff7c8dac72a3fb65c083c8f4780a2c 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -69,19 +69,6 @@ return [ ], ], - 'laminas-developer-tools' => [ - 'profiler' => [ - 'collectors' => [ - Service\CollectorService::class => Service\CollectorService::class, - ], - ], - 'toolbar' => [ - 'entries' => [ - Service\CollectorService::class => 'laminas-developer-tools/toolbar/unicaen-tbl', - ], - ], - ], - 'doctrine' => [ 'driver' => [ 'unicaen_tbl_driver' => [ @@ -103,10 +90,6 @@ return [ 'template_path_stack' => [ 'unicaen-tbl' => __DIR__ . '/../view', ], - 'template_map' => [ - 'laminas-developer-tools/toolbar/unicaen-tbl' - => dirname(__DIR__) . '/view/laminas-developer-tools/toolbar/unicaen-tbl.phtml', - ], ], 'controllers' => [