Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot 2022-08-02 11:28:25 +00:00
parent 590639f5f3
commit bb641144b6
No known key found for this signature in database
GPG Key ID: EEAFB12C3E6BC249

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;
}