From 5f264d4de2b0839cc3ae2e808c3307f0bf9f61b6 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tim.dijen@minbzk.nl>
Date: Mon, 16 Sep 2019 22:11:18 +0200
Subject: [PATCH] Add deprecation note

---
 lib/SimpleSAML/XHTML/Template.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/SimpleSAML/XHTML/Template.php b/lib/SimpleSAML/XHTML/Template.php
index cf6b270e6..0db0328c1 100644
--- a/lib/SimpleSAML/XHTML/Template.php
+++ b/lib/SimpleSAML/XHTML/Template.php
@@ -774,6 +774,7 @@ class Template extends Response
      * Includes a file relative to the template base directory.
      * This function can be used to include headers and footers etc.
      *
+     * @deprecated This function will be removed in SSP 2.0. Use Twig-templates instead
      * @param string $file
      * @return void
      */
-- 
GitLab