main screen categories and products

This commit is contained in:
merdan 2022-01-20 17:09:21 +05:00
parent a13ab6c33f
commit aebe38cd20
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class IntegrationController extends Controller
Log::error($ex);
}
Log::info($data);
Log::info(request()->getContent());
$validation = Validator::make($data, [
'category' => 'required',