/** * Set the client responsible for the * database communication * * @param \Everyman\Neo4j\Client $client * @static */ public static function setClient($client) { return \Vinelab\NeoEloquent\Connection::setClient($client); }