lip hai 2 días
pai
achega
64e97f6f12
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Models/Order.php

+ 1 - 1
app/Models/Order.php

@@ -15,7 +15,7 @@ class Order extends BaseModel
     const CREATED_AT = 'create_time';
     const UPDATED_AT = 'update_time';
 
-    protected function getDetailAttribute($value): string
+    protected function getDetailAttribute($value)
     {
         return $value ? json_decode($value, true) : null;
     }