Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meibuyu-rpc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
without authentication
meibuyu-rpc
Commits
462e1ea9
Commit
462e1ea9
authored
Jun 22, 2020
by
王源
🎧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
c19a1298
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
BaseRepository.php
src/Repository/Eloquent/BaseRepository.php
+1
-1
Exporter.php
src/Tools/Exporter.php
+1
-1
No files found.
src/Repository/Eloquent/BaseRepository.php
View file @
462e1ea9
...
...
@@ -25,7 +25,7 @@ abstract class BaseRepository implements RepositoryInterface
/**
* @var ContainerInterface
*/
pr
ivate
$container
;
pr
otected
$container
;
/**
* @var RequestInterface
...
...
src/Tools/Exporter.php
View file @
462e1ea9
...
...
@@ -266,7 +266,7 @@ class Exporter
* @param $pRange
* @throws \PhpOffice\PhpSpreadsheet\Exception
*/
p
rivate
function
applyStyle
(
$pRange
)
p
ublic
function
applyStyle
(
$pRange
)
{
$styleArray
=
[
'borders'
=>
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment