Unverified Commit 80b4bff0 authored by Viral Solani's avatar Viral Solani Committed by GitHub

Merge pull request #23 from viralsolani/analysis-87xPpb

Apply fixes from StyleCI
parents 2cc6bacf 43255a6b
...@@ -44,7 +44,7 @@ class AuthController extends APIController ...@@ -44,7 +44,7 @@ class AuthController extends APIController
return $this->respond([ return $this->respond([
'message' => 'You are successfully logged in!', 'message' => 'You are successfully logged in!',
'token' => $token 'token' => $token,
]); ]);
} }
...@@ -60,7 +60,7 @@ class AuthController extends APIController ...@@ -60,7 +60,7 @@ class AuthController extends APIController
} }
/** /**
* Log Out * Log Out.
* *
* @return JSON Response * @return JSON Response
*/ */
...@@ -77,7 +77,7 @@ class AuthController extends APIController ...@@ -77,7 +77,7 @@ class AuthController extends APIController
} }
return $this->respond([ return $this->respond([
'message' => 'You are successfully logged out!' 'message' => 'You are successfully logged out!',
]); ]);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment