Switched back the "setCurrentWorksheet" method to protected
This commit is contained in:
parent
57cace85a8
commit
ed039465a7
@ -132,7 +132,7 @@ class Workbook
|
|||||||
* @param Worksheet $worksheet
|
* @param Worksheet $worksheet
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function setCurrentWorksheet($worksheet)
|
protected function setCurrentWorksheet($worksheet)
|
||||||
{
|
{
|
||||||
$this->currentWorksheet = $worksheet;
|
$this->currentWorksheet = $worksheet;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user