From c9d62be20249c874c1abdaecac4edbf82881ad33 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 19 Aug 2021 14:11:46 +0200 Subject: [PATCH] Remove obsolete controller. --- .../ChillWopiBundle/src/Controller/Test.php | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 src/Bundle/ChillWopiBundle/src/Controller/Test.php diff --git a/src/Bundle/ChillWopiBundle/src/Controller/Test.php b/src/Bundle/ChillWopiBundle/src/Controller/Test.php deleted file mode 100644 index ed7cf9c00..000000000 --- a/src/Bundle/ChillWopiBundle/src/Controller/Test.php +++ /dev/null @@ -1,30 +0,0 @@ -client = $client; - } - - public function __invoke() - { - dump($this->client); - - return new Response('fobar'); - } -}