From ff945c6e34d56739e846372dd9319e779b800a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Tue, 12 Jan 2021 15:24:57 +0300 Subject: [PATCH] fixed ping api endpoint --- app/Http/Controllers/Api/Common/Ping.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/Http/Controllers/Api/Common/Ping.php b/app/Http/Controllers/Api/Common/Ping.php index 776017b2f..be1fd45a9 100644 --- a/app/Http/Controllers/Api/Common/Ping.php +++ b/app/Http/Controllers/Api/Common/Ping.php @@ -10,6 +10,14 @@ class Ping extends ApiController { use Helpers; + /** + * Instantiate a new controller instance. + */ + public function __construct() + { + // do nothing but override permissions + } + /** * Responds with a status for heath check. *