Added Illuminate\Support\Arr class to CustomerFactory
This commit is contained in:
parent
c33d0ee7d3
commit
21c73ab00c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue