mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
fix: typo
This commit is contained in:
parent
684a2901c4
commit
7775ffae1e
4 changed files with 6 additions and 8 deletions
|
|
@ -39,7 +39,7 @@ class Device extends Model
|
|||
return round($percent);
|
||||
}
|
||||
|
||||
public function getWifiStrenghAttribute()
|
||||
public function getWifiStrengthAttribute()
|
||||
{
|
||||
$rssi = $this->last_rssi_level;
|
||||
if ($rssi >= 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue