Remove unnecessary semicolon

This commit is contained in:
Claudio Ludovico 2019-11-01 08:45:48 +00:00 committed by GitHub
parent df5e0f0806
commit 04e9df764e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()