X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d815e1b9f2657fd1a4aa4ca9841050363b1eed9f..refs/pull/3210/head:/app/Http/Middleware/ApplyCspRules.php diff --git a/app/Http/Middleware/ApplyCspRules.php b/app/Http/Middleware/ApplyCspRules.php index a65d12a05..6c9d14e7b 100644 --- a/app/Http/Middleware/ApplyCspRules.php +++ b/app/Http/Middleware/ApplyCspRules.php @@ -8,7 +8,6 @@ use Illuminate\Http\Request; class ApplyCspRules { - /** * @var CspService */ @@ -43,5 +42,4 @@ class ApplyCspRules return $response; } - }