Laravel version update
Laravel version update
This commit is contained in:
@@ -86,7 +86,7 @@ class IsCompressed extends MimeType
|
||||
|
||||
parent::__construct($options);
|
||||
|
||||
if (!$this->getMimeType()) {
|
||||
if (! $this->getMimeType()) {
|
||||
$this->setMimeType($default);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user