Added Illuminate\Support\Arr class to CustomerFactory

This commit is contained in:
Pranshu Tomar 2020-06-09 13:15:44 +05:30
parent c33d0ee7d3
commit 21c73ab00c
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
use Faker\Generator as Faker;
use Webkul\Customer\Models\Customer;
use Illuminate\Support\Arr;
use Webkul\Customer\Models\CustomerAddress;
$factory->define(CustomerAddress::class, function (Faker $faker) {