mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
dashboard show redis version
This commit is contained in:
@@ -61,6 +61,7 @@ use NexusPlugin\Permission\Models\Role;
|
||||
use NexusPlugin\PostLike\PostLikeRepository;
|
||||
use NexusPlugin\StickyPromotion\Models\StickyPromotion;
|
||||
use NexusPlugin\StickyPromotion\Models\StickyPromotionParticipator;
|
||||
use NexusPlugin\Tracker\TrackerRepository;
|
||||
use NexusPlugin\Work\Models\RoleWork;
|
||||
use NexusPlugin\Work\WorkRepository;
|
||||
use PhpIP\IP;
|
||||
@@ -100,10 +101,8 @@ class Test extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
$ip = "44,
|
||||
55,
|
||||
444,65 5 32";
|
||||
$result = preg_split("/[\r\n\s,,]+/", trim($ip));
|
||||
$tool = new TrackerRepository();
|
||||
$result = $tool->checkStatus();
|
||||
dd($result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user