Skip to content

Commit 7a4ad8b

Browse files
Rename to package_version
1 parent 757b598 commit 7a4ad8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/CloudinaryEngine.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
class CloudinaryEngine
2626
{
2727
/**
28-
* The version of the SDK.
28+
* The version of the Laravel Package.
2929
*
30-
* @var string SDK_VERSION
30+
* @var string PACKAGE_VERSION
3131
*/
32-
const SDK_VERSION = '1.0.0';
32+
const PACKAGE_VERSION = '1.0.0';
3333

3434
public const ASSET_ID = 'asset_id';
3535
public const PUBLIC_ID = 'public_id';
@@ -93,7 +93,7 @@ public function setCloudinaryConfig()
9393
*/
9494
public function setUserPlatform()
9595
{
96-
BaseApiClient::$userPlatform = 'CloudinaryLaravel/' . self::SDK_VERSION;
96+
BaseApiClient::$userPlatform = 'CloudinaryLaravel/' . self::PACKAGE_VERSION;
9797
}
9898

9999
/**

0 commit comments

Comments
 (0)