Skip to content

Commit 36ac2d5

Browse files
Remove unused methods
1 parent 5ec55ba commit 36ac2d5

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

src/Excel.php

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -98,27 +98,7 @@ public function queue($export, string $filePath, string $disk = null, string $wr
9898

9999
return $this->queuedWriter->store($export, $filePath, $disk, $writerType);
100100
}
101-
102-
/**
103-
* Get the writer.
104-
*
105-
* @return Writer
106-
*/
107-
public function getWriter()
108-
{
109-
return $this->writer;
110-
}
111-
112-
/**
113-
* Get the queued writer.
114-
*
115-
* @return QueuedWriter
116-
*/
117-
public function getQueuedWriter()
118-
{
119-
return $this->queuedWriter;
120-
}
121-
101+
122102
/**
123103
* @param object $export
124104
* @param string|null $fileName

0 commit comments

Comments
 (0)