Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
xiphon
CCS Backend
Commits
b27453d9
Commit
b27453d9
authored
Jan 27, 2019
by
xiphon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
schedule: update tasks order
parent
d0bed8fe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/Console/Kernel.php
app/Console/Kernel.php
+3
-3
No files found.
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
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