mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
fix: typo
This commit is contained in:
parent
7014250ac5
commit
39c09abbf9
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ final class DeviceModel extends Model
|
||||||
return '2bit';
|
return '2bit';
|
||||||
}
|
}
|
||||||
|
|
||||||
// if higher then 4 return 4bit
|
// if higher than 4 return 4bit
|
||||||
if ($this->bit_depth > 4) {
|
if ($this->bit_depth > 4) {
|
||||||
return '4bit';
|
return '4bit';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue