this'll do

This commit is contained in:
Biscuit 2025-10-17 10:02:38 +02:00
parent ff73034646
commit 54d0acd5cd

View File

@ -101,7 +101,7 @@ class Attachment extends Model implements OwnableInterface
return false;
}
return strtolower($this->extension) === 'pdf';
return strtolower($this->extension) === 'pdf2';
}
/**