|
@@ -27,12 +27,12 @@ class Raprize extends Model
|
|
protected $append = [
|
|
protected $append = [
|
|
'status_text'
|
|
'status_text'
|
|
];
|
|
];
|
|
-
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+
|
|
public function getStatusList()
|
|
public function getStatusList()
|
|
{
|
|
{
|
|
- return ['30' => __('Status 30')];
|
|
|
|
|
|
+ return ['normal' => __('Normal'), 'hidden' => __('Hidden')];
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|