mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Fans.php
This commit is contained in:
parent
c67382a1aa
commit
c7c61a01e8
@ -49,10 +49,7 @@ class Fans extends Command
|
|||||||
*/
|
*/
|
||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
$message = $this->_list();
|
$this->setQueueSuccess($this->_list() . $this->_tags() . $this->_black());
|
||||||
$message .= $this->_tags();
|
|
||||||
$message .= $this->_black();
|
|
||||||
$this->setQueueSuccess($message);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user