1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-21 16:01:56 +02:00

Remove unused code

This commit is contained in:
Farhan 2019-08-25 21:29:59 +07:00 committed by GitHub
parent 4eda000e2e
commit 63d5a01dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,6 +172,5 @@ class Person extends \Faker\Provider\Person
}
return $lastName;
static::randomElement(static::$lastName) . 'a' : static::randomElement(static::$lastName);
}
}