Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ZeMKI
Mesort
Commits
c10ac601
Commit
c10ac601
authored
Apr 15, 2020
by
ZeMKI
Browse files
Update Kernel.php
parent
a919af3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Console/Kernel.php
View file @
c10ac601
...
@@ -28,7 +28,7 @@ class Kernel extends ConsoleKernel
...
@@ -28,7 +28,7 @@ class Kernel extends ConsoleKernel
protected
function
schedule
(
Schedule
$schedule
)
protected
function
schedule
(
Schedule
$schedule
)
{
{
$schedule
->
command
(
'telescope:prune --hours=48'
)
->
daily
();
$schedule
->
command
(
'telescope:prune --hours=48'
)
->
daily
();
$schedule
->
command
(
'pruneurls'
)
->
daily
();
$schedule
->
command
(
'pruneurls'
)
->
daily
()
->
emailOutputTo
(
'belli@uni-bremen.de'
)
;
}
}
/**
/**
...
...
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