Ensure scheduled catalog scan/move jobs ids are unique. Remove deprecated objectType()
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user