@@ -40,4 +40,8 @@ trait ExtraDataTrait
return $this;
}
+ public function jsonExtraData(){
+ return json_decode($this->extraData, true);
+ }
+