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