lip 1 сар өмнө
parent
commit
64e97f6f12

+ 1 - 1
app/Models/Order.php

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