Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
monero-project
CCS Backend
Commits
b27453d9
Commit
b27453d9
authored
Jan 27, 2019
by
xiphon
Browse files
schedule: update tasks order
parent
d0bed8fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Console/Kernel.php
View file @
b27453d9
...
...
@@ -28,14 +28,14 @@ class Kernel extends ConsoleKernel
*/
protected
function
schedule
(
Schedule
$schedule
)
{
$schedule
->
command
(
GenerateAddresses
::
class
)
->
everyMinute
();
$schedule
->
command
(
ProcessProposals
::
class
)
->
everyMinute
();
$schedule
->
command
(
UpdateSiteProposal
s
::
class
)
$schedule
->
command
(
GenerateAddresse
s
::
class
)
->
everyMinute
();
$schedule
->
command
(
walletNotify
::
class
)
->
everyMinute
();
$schedule
->
command
(
UpdateSiteProposals
::
class
)
->
everyMinute
();
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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