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
96fbaf19
Commit
96fbaf19
authored
Feb 01, 2021
by
Davide Aprea
Browse files
add debug for testing
parent
757f2d5b
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Models/Key.php
View file @
96fbaf19
...
...
@@ -2,6 +2,8 @@
namespace
App\Models
;
use
Log
;
class
Key
{
public
$key
;
...
...
@@ -89,6 +91,7 @@ class Key
return
false
;
}
}
catch
(
\
ErrorException
$e
)
{
Log
::
debug
(
$e
);
return
false
;
}
}
...
...
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