Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 3bc44c0

Browse files
committed
some annotations
1 parent f3e1724 commit 3bc44c0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/Http/Controllers/Api/PingController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@
88
/**
99
* Class PingController
1010
* @package App\Http\Controllers\Api
11+
* @author Jose Fonseca <[email protected]>
1112
*/
1213
class PingController extends Controller
1314
{
1415

1516
use Helpers;
1617
/**
18+
* Responds with a status for heath check
1719
* @return \Illuminate\Http\JsonResponse
1820
*/
1921
public function index()

app/Http/Controllers/Api/Users/UsersController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/**
1212
* Class UsersController
1313
* @package App\Http\Controllers\Users
14+
* @author Jose Fonseca <[email protected]>
1415
*/
1516
class UsersController extends Controller
1617
{
@@ -38,6 +39,7 @@ public function __construct(User $model)
3839

3940

4041
/**
42+
* Returns the Users resource with the roles relation
4143
* @param Request $request
4244
* @return mixed
4345
*/

0 commit comments

Comments
 (0)