Jobs setup
This commit is contained in:
@ -95,9 +95,9 @@ class Attachment implements Model
|
||||
public function getFullFilename(): string
|
||||
{
|
||||
return implode(' - ', [
|
||||
$this->getMessage()->getSubject(),
|
||||
$this->getMessage()->getDateTime()->format('Y-m-d His'),
|
||||
$this->getFilename()
|
||||
$this->getMessage()->getSubject(),
|
||||
$this->getFilename(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user