Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
Update BanInfo.php
Browse files Browse the repository at this point in the history
  • Loading branch information
WeekThor authored Nov 15, 2020
1 parent 27a76ae commit 13ec838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BanInfo/APIs/BanInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class BanInfo{
private $file;
// private $bans;
private $bans;
public function __construct(string $file) {
$this->file = $file;
$this->load();
Expand Down Expand Up @@ -57,4 +57,4 @@ public function __construct(string $name, int $date, string $admin, int $banUnt
$this->reason = $reason;
$this->unbanDate = $banUntil;
}
}
}

0 comments on commit 13ec838

Please sign in to comment.