Skip to content

Commit 7cf7196

Browse files
Merge pull request #5 from fieryprophet/patch-1
Update Versionable.php
2 parents 7e8234f + 3058879 commit 7cf7196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Versionable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function getQualifiedVersionKeyName()
8787
*/
8888
public function getLatestVersionColumn()
8989
{
90-
return defined('static::VERSION') ? static::LATEST_VERSION : 'latest_version';
90+
return defined('static::LATEST_VERSION') ? static::LATEST_VERSION : 'latest_version';
9191
}
9292

9393
/**

0 commit comments

Comments
 (0)