Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
290
Merge Requests
38
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
129b4263
Commit
129b4263
authored
1 hour ago
by
Emiliano Balbuena
Browse files
Options
Download
(cs): Lint
parent
56e1a8de
goal/top-algorithm-redux-2
1 merge request
!407
Top Algorithm
Pipeline
#98764859
passed with stages
in 7 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Core/Feeds/Elastic/Sync.php
View file @
129b4263
...
...
@@ -42,8 +42,7 @@ class Sync
public
function
__construct
(
$repository
=
null
,
$counters
=
null
)
{
)
{
$this
->
repository
=
$repository
?:
new
Repository
();
$this
->
counters
=
$counters
?:
Di
::
_
()
->
get
(
'Entities\Counters'
);
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment