Fixes for import
This commit is contained in:
@@ -371,7 +371,7 @@ abstract class Catalog extends Model
|
||||
*/
|
||||
public function isReadable(): bool
|
||||
{
|
||||
return is_readable($this->filename);
|
||||
return is_readable($this->file_path());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user