Media files no longer showing in blade view after git reset --hard origin/master
#3652
-
On my server I did a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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. |
Beta Was this translation helpful? Give feedback.
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.