We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757b598 commit 7a4ad8bCopy full SHA for 7a4ad8b
src/CloudinaryEngine.php
@@ -25,11 +25,11 @@
25
class CloudinaryEngine
26
{
27
/**
28
- * The version of the SDK.
+ * The version of the Laravel Package.
29
*
30
- * @var string SDK_VERSION
+ * @var string PACKAGE_VERSION
31
*/
32
- const SDK_VERSION = '1.0.0';
+ const PACKAGE_VERSION = '1.0.0';
33
34
public const ASSET_ID = 'asset_id';
35
public const PUBLIC_ID = 'public_id';
@@ -93,7 +93,7 @@ public function setCloudinaryConfig()
93
94
public function setUserPlatform()
95
96
- BaseApiClient::$userPlatform = 'CloudinaryLaravel/' . self::SDK_VERSION;
+ BaseApiClient::$userPlatform = 'CloudinaryLaravel/' . self::PACKAGE_VERSION;
97
}
98
99
0 commit comments