mirror of
https://github.com/flarum/core.git
synced 2025-10-18 18:26:07 +02:00
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.