Skip to content
Discussion options

You must be logged in to vote

Found the issue. In upgrading my application from Laravel 5.1 to 5.4 I reverted back to the default "app" namespace, whereas previously I had changed the default namespace to "pams". This of course meant that all model types stored in the database were "pams\Model", but once I changed them to "app\Model" it worked again.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by FoxRocks76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant