Eloquent\Phony\Call\Event\CalledEvent::callback PHP Method

callback() public method

Get the callback.
public callback ( ) : callable
return callable The callback.
    public function callback()
    {
        return $this->callback;
    }