From f70efc8f279c61d5f0e1ba6925d199785440fdfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr> Date: Tue, 13 Dec 2022 09:52:12 +0100 Subject: [PATCH] Plus de develper tools : c'est devenu inutile --- config/module.config.php | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/config/module.config.php b/config/module.config.php index 9a66cc8..ea816f6 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' => [ -- GitLab