diff options
Diffstat (limited to 'core/Controller/WalledGardenController.php')
-rw-r--r-- | core/Controller/WalledGardenController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Controller/WalledGardenController.php b/core/Controller/WalledGardenController.php index 5bd66225076..fd2b3cbf902 100644 --- a/core/Controller/WalledGardenController.php +++ b/core/Controller/WalledGardenController.php @@ -35,7 +35,7 @@ class WalledGardenController extends Controller { * * @return Response */ - function get() { + public function get() { $resp = new Response(); $resp->setStatus(Http::STATUS_NO_CONTENT); return $resp; |