Ensure scheduled catalog scan/move jobs ids are unique. Remove deprecated objectType()

This commit is contained in:
2024-09-18 13:30:49 +10:00
parent f136360e5c
commit 90323fef5f
3 changed files with 4 additions and 12 deletions

View File

@@ -530,14 +530,6 @@ abstract class Catalog extends Model
->first();
}
/**
* Return my class shortname
*/
public function objectType(): string
{
return (new \ReflectionClass($this))->getShortName();
}
/**
* Get the id of the previous record
*/