We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e579b commit 3058879Copy full SHA for 3058879
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