some changes..

This commit is contained in:
Cüneyt Şentürk
2021-01-09 23:41:01 +03:00
parent 67fca4d5b9
commit 2455ec5d7e
7 changed files with 40 additions and 24 deletions

View File

@ -16,7 +16,7 @@ class Company extends Component
{
$company = user()->companies()->first();
$inputNameType = config("type.{$this->type}.route_parameter");
$inputNameType = config('type.' . $this->type . '.route.parameter');
return view('components.documents.form.company', compact('company','inputNameType'));
}