improved tenant identification
This commit is contained in:
@ -14,7 +14,7 @@ class Company extends Component
|
||||
*/
|
||||
public function render()
|
||||
{
|
||||
$company = Model::find(session('company_id'));
|
||||
$company = Model::find(company_id());
|
||||
|
||||
$inputNameType = config('type.' . $this->type . '.route.parameter');
|
||||
|
||||
|
Reference in New Issue
Block a user