From 04e9df764ea7d67ea73aa2d90b7f2c1e55270700 Mon Sep 17 00:00:00 2001 From: Claudio Ludovico Date: Fri, 1 Nov 2019 08:45:48 +0000 Subject: [PATCH] Remove unnecessary semicolon --- app/User.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/User.php b/app/User.php index b6650da..9fd7efb 100644 --- a/app/User.php +++ b/app/User.php @@ -220,7 +220,6 @@ class User extends Authenticatable implements MustVerifyEmail public function getBandwidthLimitMb() { return round($this->getBandwidthLimit() / 1024 / 1024, 2); - ; } public function nearBandwidthLimit()