callback = $callback; } /** * Invoke the truth test with the given pending batch. * * @param \Illuminate\Bus\PendingBatch $pendingBatch * @return bool */ public function __invoke($pendingBatch) { return call_user_func($this->callback, $pendingBatch); } }