Merge pull request #4 from ludo237/patch-1

Remove unnecessary semicolon
This commit is contained in:
AnonAddy 2019-11-01 08:52:03 +00:00 committed by GitHub
commit 7c9353390f
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()
{
return round($this->getBandwidthLimit() / 1024 / 1024, 2);
;
}
public function nearBandwidthLimit()