Commit 462e1ea9 authored by 王源's avatar 王源 🎧

优化

parent c19a1298
......@@ -25,7 +25,7 @@ abstract class BaseRepository implements RepositoryInterface
/**
* @var ContainerInterface
*/
private $container;
protected $container;
/**
* @var RequestInterface
......
......@@ -266,7 +266,7 @@ class Exporter
* @param $pRange
* @throws \PhpOffice\PhpSpreadsheet\Exception
*/
private function applyStyle($pRange)
public function applyStyle($pRange)
{
$styleArray = [
'borders' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment