webhook create&delete
[pharext/pharext.org] / app / Web.php
index e9d5d1659e9d59481b5c60239e4ac0bb2e2f74d5..39cfe8d8e4ccd877f9b59401d94f159b6a5939e3 100644 (file)
@@ -20,7 +20,7 @@ class Web
                $this->baseUrl = $baseUrl;
                $this->request = $request;
                $this->response = $response;
-               $this->view = $view;
+               $this->view = $view->addData(["location" => null]);
                ob_start($response);
        }