1 | <?php |
||
23 | class AccountController extends Controller |
||
24 | { |
||
25 | /** |
||
26 | * Returns the html for the "My account" page. |
||
27 | * |
||
28 | * @return \Illuminate\Contracts\View\View View for rendering the output |
||
29 | */ |
||
30 | public function indexAction() |
||
35 | |||
36 | |||
37 | /** |
||
38 | * Returns the html for the "My account" download page. |
||
39 | * |
||
40 | * @return \Illuminate\Contracts\View\View View for rendering the output |
||
41 | */ |
||
42 | public function downloadAction() |
||
47 | } |