Move more product::class methods into __get(), no functional changes
This commit is contained in:
@@ -68,7 +68,7 @@ class ServiceList extends Command
|
||||
$this->info(sprintf($header,
|
||||
$o->lid,
|
||||
$o->product->category_name,
|
||||
substr($o->product->getNameAttribute(),0,35),
|
||||
substr($o->product->name,0,35),
|
||||
substr($o->name_short,0,40),
|
||||
$o->active ? 'active' : 'inactive',
|
||||
$o->status,
|
||||
|
Reference in New Issue
Block a user