/home/techb158/ileadtechnology.com/vendor/cartalyst/stripe/src/Api
Edit: /home/techb158/ileadtechnology.com/vendor/cartalyst/stripe/src/Api/Events.php (917B)
_get("events/{$eventId}");
}
/**
* Lists all events.
*
* @param array $parameters
* @return array
*/
public function all(array $parameters = [])
{
return $this->_get('events', $parameters);
}
}