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

Fix Call to undefined method [appendWithPauses] #750

Merged
merged 1 commit into from
Mar 18, 2020
Merged

Fix Call to undefined method [appendWithPauses] #750

merged 1 commit into from
Mar 18, 2020

Conversation

migueldevpt
Copy link

Currently the method typeSlowly throws a BadMethodCallException: Call to undefined method [appendWithPauses].

The cause of this is that the typeSlowly method should be calling the appendSlowly instead of appendWithPauses.

appendWithPauses was the old name as can be seen in this commit 4e1e387

Currently the method typeSlowly throws a BadMethodCallException: Call to undefined method [appendWithPauses].
The cause of this is that the typeSlowly method should be calling the appendSlowly instead of appendWithPauses.
@taylorotwell taylorotwell merged commit 5c29a4c into laravel:5.0 Mar 18, 2020
@migueldevpt migueldevpt deleted the patch-1 branch March 19, 2020 09:00
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