Remove unnecessary semicolon
This commit is contained in:
parent
df5e0f0806
commit
04e9df764e
1 changed files with 0 additions and 1 deletions
|
@ -220,7 +220,6 @@ class User extends Authenticatable implements MustVerifyEmail
|
||||||
public function getBandwidthLimitMb()
|
public function getBandwidthLimitMb()
|
||||||
{
|
{
|
||||||
return round($this->getBandwidthLimit() / 1024 / 1024, 2);
|
return round($this->getBandwidthLimit() / 1024 / 1024, 2);
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function nearBandwidthLimit()
|
public function nearBandwidthLimit()
|
||||||
|
|
Loading…
Add table
Reference in a new issue