wrong function name

This commit is contained in:
denisdulici 2020-01-11 17:01:54 +03:00
parent 99c8fae39c
commit 934a5457d4

View File

@ -257,7 +257,7 @@ class Bill extends Model
* *
* @return string * @return string
*/ */
public function getLabelAttribute() public function getStatusLabelAttribute()
{ {
switch ($this->code) { switch ($this->code) {
case 'paid': case 'paid':