mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
userdetails page show bonus table
This commit is contained in:
@@ -15,6 +15,7 @@ use App\Models\Tag;
|
||||
use App\Models\Torrent;
|
||||
use App\Models\TorrentTag;
|
||||
use App\Models\User;
|
||||
use App\Models\UserBanLog;
|
||||
use App\Repositories\AttendanceRepository;
|
||||
use App\Repositories\BonusRepository;
|
||||
use App\Repositories\ExamRepository;
|
||||
@@ -391,6 +392,8 @@ class Update extends Install
|
||||
$command .= " --exclude=$exclude";
|
||||
}
|
||||
$this->executeCommand($command);
|
||||
//remove original file
|
||||
unlink($filename);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -444,5 +447,4 @@ class Update extends Install
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user