Fix backend code styling

This commit is contained in:
MakingCG
2021-07-22 15:28:36 +00:00
committed by GitHub Actions
parent fffede1c10
commit 7cb485fb43
50 changed files with 80 additions and 97 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ use Illuminate\Database\Eloquent\Factories\HasFactory;
* @method static currentMonth()
* @property string id
* @property string user_id
* @property integer upload
* @property integer download
* @property int upload
* @property int download
*/
class Traffic extends Model
{