diff --git a/src/Bundle/ChillWopiBundle/src/Controller/Test.php b/src/Bundle/ChillWopiBundle/src/Controller/Test.php new file mode 100644 index 000000000..ed7cf9c00 --- /dev/null +++ b/src/Bundle/ChillWopiBundle/src/Controller/Test.php @@ -0,0 +1,30 @@ +client = $client; + } + + public function __invoke() + { + dump($this->client); + + return new Response('fobar'); + } +}