mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
fix: pint
This commit is contained in:
parent
e65473f932
commit
88e10101b8
3 changed files with 50 additions and 31 deletions
|
|
@ -27,10 +27,10 @@ final class DeviceModel extends Model
|
|||
|
||||
public function getColorDepthAttribute(): ?string
|
||||
{
|
||||
if (! $this->bit_depth){
|
||||
if (! $this->bit_depth) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return $this->bit_depth . 'bit';
|
||||
return $this->bit_depth.'bit';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue