fixed default company identification

caused by https://github.com/laravel/framework/pull/42942
This commit is contained in:
Denis Duliçi
2022-07-14 18:44:56 +03:00
parent 781711be53
commit b3a10b554a
4 changed files with 19 additions and 8 deletions

View File

@ -65,7 +65,7 @@ abstract class Factory extends BaseFactory
$this->company->makeCurrent();
app('url')->defaults(['company_id' => $this->company->id]);
//app('url')->defaults(['company_id' => $this->company->id]);
}
public function getRawAttribute($key)