Laravel – MorphTo relation returns null – Nginx
I have a polymorphic relationship between an Article model and 3 models (Company, Group & User) that sometimes returns null. 90% of the time, the articleable relation is perfectly OK and looks like this: #relations: array:1 [▼ "articleable" => AppModelsUser…