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
ced476e1
Commit
ced476e1
authored
Apr 02, 2020
by
Dominik Hebeler
Browse files
fixed typo
parent
f126de80
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
app/Http/Controllers/MetaGerSearch.php
View file @
ced476e1
...
...
@@ -271,7 +271,7 @@ class MetaGerSearch extends Controller
{
$search
=
$request
->
input
(
'search'
,
''
);
if
(
empty
(
$search
)){
abort
(
404
)
abort
(
404
)
;
}
$quicktips
=
new
\
App\Models\Quicktips\Quicktips
(
$search
);
...
...
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