Skip to content

Commit

Permalink
Update src/Checkout.php
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jan 8, 2025
1 parent f580a9e commit 8341ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static function customer($owner, $parentInstance = null)
* @param \Illuminate\Database\Eloquent\Model|null $owner
* @param array $sessionOptions
* @param array $customerOptions
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
* @param RequestOptionsArray|\Stripe\Util\RequestOptions|null $opts
* @return \Laravel\Cashier\Checkout
*/
public static function create($owner, array $sessionOptions = [], array $customerOptions = [], $opts = null)
Expand Down

0 comments on commit 8341ee6

Please sign in to comment.