mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
debug file type
This commit is contained in:
@@ -53,7 +53,6 @@ class FileObject implements DataTransferObject
|
||||
*/
|
||||
public function getExtension(): string
|
||||
{
|
||||
dd($this->getMimeType());
|
||||
if(array_key_exists($this->getMimeType(), FileType::EXTENSION)){
|
||||
return FileType::EXTENSION[$this->getMimeType()];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user