| 1 | <?php |
||
| 10 | class GroupsController extends Controller |
||
| 11 | { |
||
| 12 | 12 | public function __construct() |
|
| 18 | |||
| 19 | /** |
||
| 20 | * Display a listing of the resource. |
||
| 21 | * |
||
| 22 | * @return \Illuminate\Http\Response |
||
| 23 | */ |
||
| 24 | 3 | public function index() |
|
| 31 | |||
| 32 | /** |
||
| 33 | * Display the specified resource. |
||
| 34 | * |
||
| 35 | * @param int $id |
||
| 36 | * @return \Illuminate\Http\Response |
||
| 37 | */ |
||
| 38 | 6 | public function show($id) |
|
| 45 | } |
||
| 46 |