/home/shalekuihb/www/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php
<?php
/**
 * Class that handles specific [vc_gmaps] shortcode.
 *
 * @see js_composer/include/templates/shortcodes/vc_gmaps.php
 */

if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}

/**
 * Class WPBakeryShortCode_Vc_Gmaps
 */
class WPBakeryShortCode_Vc_Gmaps extends WPBakeryShortCode {
}