| 1 | <?php namespace Anomaly\Streams\Platform\Http\Controller; |
||
| 16 | class FormController extends PublicController |
||
| 17 | { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Handle the form. |
||
| 21 | * |
||
| 22 | * @param Repository $cache |
||
| 23 | * @param Redirector $redirect |
||
| 24 | * @param $key |
||
| 25 | * @return \Symfony\Component\HttpFoundation\Response |
||
| 26 | */ |
||
| 27 | public function handle(Repository $cache, Redirector $redirect, $key) |
||
| 58 | } |
||
| 59 |