Use isUnknown

This commit is contained in:
An Phan 2016-02-10 23:59:29 +07:00
parent f6733dcae6
commit b356800a32

View file

@ -70,7 +70,7 @@ class Artist extends Model
*/
public function getInfo()
{
if ($this->id === self::UNKNOWN_ID) {
if ($this->isUnknown()) {
return false;
}