|
@@ -168,7 +168,7 @@ class RecharOrder extends Model
|
|
|
|
|
|
public function getPlatformList()
|
|
public function getPlatformList()
|
|
{
|
|
{
|
|
- return ['1' => __('Platform 1'), '2' => __('Platform 2'), '3' => __('Platform 3')];
|
|
|
|
|
|
+ return ['1' => __('Platform 1'), '2' => __('Platform 2')];
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|