| 1 | <?php |
||
| 12 | class GroupsController extends Controller |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * ExampleController constructor. |
||
| 16 | */ |
||
| 17 | 8 | public function __construct() |
|
| 23 | |||
| 24 | /** |
||
| 25 | * Display a listing of the resource. |
||
| 26 | * |
||
| 27 | * @return \Illuminate\Http\Response |
||
| 28 | */ |
||
| 29 | 2 | public function index() |
|
| 34 | |||
| 35 | /** |
||
| 36 | * Display the specified resource. |
||
| 37 | * |
||
| 38 | * @param int $id |
||
| 39 | * @return \Illuminate\Http\Response |
||
| 40 | */ |
||
| 41 | 4 | public function show($id) |
|
| 47 | } |
||
| 48 |