sth
This commit is contained in:
parent
54d79c0197
commit
c296c743db
|
|
@ -123,7 +123,7 @@ class Order extends Model
|
||||||
|
|
||||||
|
|
||||||
public function incomeBtnStatus(){
|
public function incomeBtnStatus(){
|
||||||
return array_merge($this->tabStatus('pending'),[self::STATUS_AUDITING]);
|
return array_merge($this->tabStatus(self::TAB_PENDING),[self::STATUS_AUDITING]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function user(){
|
public function user(){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user