Skip to content

Commit

Permalink
test: fix faker dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheAdams committed Oct 16, 2023
1 parent a8c2083 commit 060e103
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Framework/Models/Factories/ModelFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Exception;
use Give\Vendors\Faker\Generator;
use Give\Framework\Database\DB;
use Give\Framework\Models\Contracts\ModelCrud;

/**
* @template M
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Closure;
use Exception;
use Faker\Factory;
use Give\Vendors\Faker\Factory;
use Give\DonationForms\Models\DonationForm;
use Give\PaymentGateways\Gateways\Stripe\StripePaymentElementGateway\Actions\UpdateStripeFormBuilderSettingsMeta;
use Give\PaymentGateways\Gateways\Stripe\StripePaymentElementGateway\StripePaymentElementGateway;
Expand Down

0 comments on commit 060e103

Please sign in to comment.