version === null) { $this->version = SptVersion::select('version')->orderByDesc('version')->first(); } return $this->version; } }