Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct import statement for Laravel Cashier Paddle #9806

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

woodjme
Copy link
Contributor

@woodjme woodjme commented Aug 4, 2024

Update Import Statement for Laravel Cashier Paddle

Description

The current documentation for Laravel Cashier Paddle suggests importing classes using use Laravel\Cashier\Model.

For example:

use Laravel\Cashier\Transaction;

However, this results in an error as the correct namespace for the Transaction class is Laravel\Paddle\Transaction.

@taylorotwell taylorotwell merged commit 696cad1 into laravel:11.x Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants