diff options
Diffstat (limited to 'FisheyeImage.php')
| -rw-r--r-- | FisheyeImage.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FisheyeImage.php b/FisheyeImage.php index 1b01a9a..6c7715c 100644 --- a/FisheyeImage.php +++ b/FisheyeImage.php @@ -890,6 +890,10 @@ class FisheyeImage extends FisheyeBase { } return $ret; } + + public static function getServiceKey() { + return 'fisheye'; + } } ?> |
