Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -33,7 +33,6 @@ class ImmerseController extends Controller | ... | @@ -33,7 +33,6 @@ class ImmerseController extends Controller |
| 33 | */ | 33 | */ |
| 34 | public function store(Request $request) | 34 | public function store(Request $request) |
| 35 | { | 35 | { |
| 36 | - Log::channel('daily')->debug(json_encode($request->all())); | ||
| 37 | $validator = Validator::make($request->all(),[ | 36 | $validator = Validator::make($request->all(),[ |
| 38 | 'item_url' => 'required|string', | 37 | 'item_url' => 'required|string', |
| 39 | 'item_id' => 'required', | 38 | 'item_id' => 'required', | ... | ... |
-
Please register or login to post a comment