wizard companies skip _prefix column.

This commit is contained in:
Cüneyt Şentürk 2022-03-01 17:09:22 +03:00
parent a4f5665408
commit 2c86535d44
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class Companies extends Controller
$fields = $request->all();
$skip_keys = ['company_id', '_method', '_token'];
$skip_keys = ['company_id', '_method', '_token', '_prefix'];
$file_keys = ['company.logo'];
$uploaded_file_keys = ['company.uploaded_logo'];