Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPurvis committed Sep 9, 2023
1 parent 78ae02c commit 0269936
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/StripeGenerator.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

namespace Faker\Provider;

use Faker\Generator;

/**
* @property string $stripeConnectAccountId
*
* @method string stripeConnectAccountId()
*/
class StripeGenerator extends Generator
{

}

0 comments on commit 0269936

Please sign in to comment.