1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 14:37:49 +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) public function getDataAttribute($value)
{ {
return $value !== null return $value !== null
? json_decode($value, true) ? json_decode($value, true)
: null; : null;
} }