mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +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()
|
||||
{
|
||||
$message = $this->_list();
|
||||
$message .= $this->_tags();
|
||||
$message .= $this->_black();
|
||||
$this->setQueueSuccess($message);
|
||||
$this->setQueueSuccess($this->_list() . $this->_tags() . $this->_black());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user