/** * Set the event dispatcher instance on the connection. * * @param \Illuminate\Contracts\Events\Dispatcher * @return void * @static */ public static function setEventDispatcher($events) { //Method inherited from \Illuminate\Database\Connection \Vinelab\NeoEloquent\Connection::setEventDispatcher($events); }