Your IP : 216.73.216.95


Current Path : /var/www/alh/system/library/googleshopping/traits/
Upload File :
Current File : /var/www/alh/system/library/googleshopping/traits/libraryloader.php

<?php

namespace googleshopping\traits;

use \googleshopping\Googleshopping;

trait LibraryLoader {
    protected function loadLibrary($store_id) {
        $this->registry->set('googleshopping', new Googleshopping($this->registry, $store_id));
    }
}