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

fixed 3 route model binding errors #100

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

redsoxfan2499
Copy link

Fixed the 3 route model binding errors: First, I had to disable Horizon due to my setup.

  1. Error One: TransactionController need Transaction Model Class to be imported.
  2. Error Two: In the web.php file, the export route, it was using transactions which needed to be transaction
  3. Error Three: in the web.php file, the duplicate route, needed to add the route key to use uuid column.

Enjoyed the coding challenge. Keep doing these!

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.

1 participant