diff options
Diffstat (limited to 'lib/SparkPost/APIResource.php')
-rw-r--r-- | lib/SparkPost/APIResource.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/SparkPost/APIResource.php b/lib/SparkPost/APIResource.php index 7ec958b..4c4cf08 100644 --- a/lib/SparkPost/APIResource.php +++ b/lib/SparkPost/APIResource.php @@ -28,6 +28,11 @@ class APIResource { */ protected static $structure = []; + /** + * @desc SparkPost reference for httpAdapters and configs + */ + protected $sparkpost; + /** * @desc Initializes config and httpAdapter for use later. * @param $sparkpost SparkPost\SparkPost provides api configuration information |