Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
bcfb283e
Commit
bcfb283e
authored
Feb 13, 2020
by
Dominik Hebeler
Browse files
fixed error
parent
94f9c3e7
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/production-values.yaml
View file @
bcfb283e
...
...
@@ -3,7 +3,7 @@ service:
internalPort
:
80
hpa
:
minReplicas
:
5
maxReplicas
:
2
5
maxReplicas
:
1
5
ingress
:
annotations
:
certmanager.k8s.io/cluster-issuer
:
letsencrypt-prod
...
...
app/Models/XmlSearchengine.php
View file @
bcfb283e
...
...
@@ -2,6 +2,8 @@
namespace
App\Models
;
use
Log
;
abstract
class
XmlSearchengine
extends
Searchengine
{
public
function
loadresults
(
$results
)
...
...
Write
Preview
Supports
Markdown
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