Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[10.x] Fix Faker deprecations (#1530)
When using this factory in feature tests with `$this->withoutDeprecationHandling();` call the test fails as the deprecation gets converted to an exception: ``` Since fakerphp/faker 1.14: Accessing property "company" is deprecated, use "company()" instead. ```
- Loading branch information