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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user