mirror of
https://github.com/shuchkin/simplexlsxgen.git
synced 2023-08-10 21:12:59 +03:00
Merge branch 'master' of https://github.com/DevOlegKosarev/simplexlsxgen
This commit is contained in:
commit
32276c4486
@ -1072,6 +1072,11 @@ class SimpleXLSXGen
|
|||||||
$this->application = $application;
|
$this->application = $application;
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
public function setLastModifiedBy($lastModifiedBy)
|
||||||
|
{
|
||||||
|
$this->lastModifiedBy = $lastModifiedBy;
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
public function setLastModifiedBy($lastModifiedBy)
|
public function setLastModifiedBy($lastModifiedBy)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user