Simple forum software for building great communities.
Go to file
Toby Zerner 2d3f1d9f5c Fix notifications crash
When loading notifications, $this->type was null and thus array_get
was returning an array instead of null. I assume this issue was
introduced in a Laravel version upgrade? Anyway, this fixes it.
2018-09-21 11:22:26 +09:30
framework/core Fix notifications crash 2018-09-21 11:22:26 +09:30