mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-19 08:10:49 +08:00
admin add torrents
This commit is contained in:
@@ -12,6 +12,8 @@ use Illuminate\Support\Facades\DB;
|
||||
|
||||
class DashboardRepository extends BaseRepository
|
||||
{
|
||||
const FILAMENT_VERSION = '2.13.15';
|
||||
|
||||
public function getSystemInfo(): array
|
||||
{
|
||||
$result = [];
|
||||
@@ -37,7 +39,7 @@ class DashboardRepository extends BaseRepository
|
||||
$result[$name] = [
|
||||
'name' => $name,
|
||||
'text' => nexus_trans("dashboard.system_info.$name"),
|
||||
'value' => "2.13.14",
|
||||
'value' => self::FILAMENT_VERSION,
|
||||
];
|
||||
$name = 'php_version';
|
||||
$result[$name] = [
|
||||
|
||||
Reference in New Issue
Block a user