mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
this'll do
This commit is contained in:
parent
ff73034646
commit
54d0acd5cd
@ -101,7 +101,7 @@ class Attachment extends Model implements OwnableInterface
|
||||
return false;
|
||||
}
|
||||
|
||||
return strtolower($this->extension) === 'pdf';
|
||||
return strtolower($this->extension) === 'pdf2';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user