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.
2 parents 7e8234f + 3058879 commit 7cf7196Copy full SHA for 7cf7196
src/Versionable.php
@@ -87,7 +87,7 @@ public function getQualifiedVersionKeyName()
87
*/
88
public function getLatestVersionColumn()
89
{
90
- return defined('static::VERSION') ? static::LATEST_VERSION : 'latest_version';
+ return defined('static::LATEST_VERSION') ? static::LATEST_VERSION : 'latest_version';
91
}
92
93
/**
0 commit comments