|
|
@ -28,7 +28,7 @@ class StoreWithdrawal extends Model |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public function getCreatedAtTimeTextAttribute() |
|
|
|
|
|
|
|
|
public function getCreatedAtTextAttribute() |
|
|
{ |
|
|
{ |
|
|
return date('Y-m-d H:i:s', $this->attributes['created_at']); |
|
|
return date('Y-m-d H:i:s', $this->attributes['created_at']); |
|
|
} |
|
|
} |