1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +02:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-08-02 11:28:25 +00:00
parent 590639f5f3
commit bb641144b6

View File

@@ -81,7 +81,7 @@ class Notification extends AbstractModel
*/
public function getDataAttribute($value)
{
return $value !== null
return $value !== null
? json_decode($value, true)
: null;
}