Move more product::class methods into __get(), no functional changes
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 43s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s

This commit is contained in:
2025-05-22 14:01:17 +10:00
parent 5ef1a27a64
commit a988720340
13 changed files with 84 additions and 167 deletions

View File

@@ -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,