Skip to content

Commit

Permalink
Use input to retrieve
Browse files Browse the repository at this point in the history
  • Loading branch information
erjanmx committed Mar 7, 2018
1 parent 93edbcc commit 3ea9350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/LiveTinkerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public function index()

public function ajax(Request $request)
{
eval($request->post('c'));
eval($request->input('c'));
}
}

0 comments on commit 3ea9350

Please sign in to comment.