diff options
| author | Frederic Guillot <fred@kanboard.net> | 2015-10-25 15:05:19 -0400 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2015-10-25 15:05:19 -0400 |
| commit | 6756ef2301a5f624941b947ec9effd34b467de9a (patch) | |
| tree | c93fe266cdef7ceef2234bf1cde61b5c4b738084 /app/Core/Response.php | |
| parent | 06e9486c59831cdd1630647ea7474a39879a37da (diff) | |
Move token generation to Security namespace
Diffstat (limited to 'app/Core/Response.php')
| -rw-r--r-- | app/Core/Response.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/Response.php b/app/Core/Response.php index 528a6302..6788473a 100644 --- a/app/Core/Response.php +++ b/app/Core/Response.php @@ -8,7 +8,7 @@ namespace Kanboard\Core; * @package core * @author Frederic Guillot */ -class Response +class Response extends Base { /** * Send no cache headers |
