diff --git a/src/Faker/Provider/nl_NL/Company.php b/src/Faker/Provider/nl_NL/Company.php index 1b51476cc4..04e7f6b7ca 100644 --- a/src/Faker/Provider/nl_NL/Company.php +++ b/src/Faker/Provider/nl_NL/Company.php @@ -84,7 +84,7 @@ public function company() break; case 2: - $companyName = static::randomElement(static::$store) . ' ' . $this->generator->lastName; + $companyName = static::randomElement(static::$store) . ' ' . $this->generator->lastName(); break; }