改名
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ class Channel extends Component
|
||||
if ($channel->isEmpty()) {
|
||||
return call_user_func($closure);
|
||||
}
|
||||
return $channel->dequeue();
|
||||
return clone $channel->dequeue();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user