mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 04:29:25 +08:00
Apply fixes from StyleCI
This commit is contained in:
parent
590639f5f3
commit
bb641144b6
@ -81,7 +81,7 @@ class Notification extends AbstractModel
|
||||
*/
|
||||
public function getDataAttribute($value)
|
||||
{
|
||||
return $value !== null
|
||||
return $value !== null
|
||||
? json_decode($value, true)
|
||||
: null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user