Total Complexity | 2 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 2 |
1 | <?php |
||
9 | class ContactController extends Controller |
||
10 | { |
||
11 | /** |
||
12 | * Show the application contact page. |
||
13 | * |
||
14 | * @return \Illuminate\Http\Response |
||
15 | */ |
||
16 | public function index() |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Send Contact Email Function via Mail. |
||
31 | * |
||
32 | * @return \Illuminate\Http\Response |
||
33 | */ |
||
34 | public function contactSend(ContactRequest $request) |
||
43 |