From 2eed7b082f83630301e51f57ca8394de228a8605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 18 Aug 2019 21:14:58 -0500 Subject: first commit --- public/system/library/googleshopping/library.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 public/system/library/googleshopping/library.php (limited to 'public/system/library/googleshopping/library.php') diff --git a/public/system/library/googleshopping/library.php b/public/system/library/googleshopping/library.php new file mode 100644 index 0000000..a9c244e --- /dev/null +++ b/public/system/library/googleshopping/library.php @@ -0,0 +1,19 @@ +registry = $registry; + } + + public function __get($key) { + return $this->registry->get($key); + } + + public function __set($key, $value) { + $this->registry->set($key, $value); + } +} \ No newline at end of file -- cgit v1.2.3