Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 9dd70786
authored
Jun 16, 2021
by
Vladislav
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.veeble.ru/pismenov/yourroomads
2 parents
528483e9
590fe070
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
app/Console/Kernel.php
app/Console/Kernel.php
View file @
9dd7078
...
...
@@ -17,6 +17,7 @@ use App\Console\Commands\DictionariesLoad;
use
App\Console\Commands\CampaignsLoadUpdated
;
use
App\Console\Commands\DictionaryCampaignsSyncByCampaign
;
use
App\Console\Commands\KeywordsAdd
;
use
App\Console\Commands\KeywordsDelete
;
use
App\Console\Commands\KeywordsUpdate
;
use
App\Console\Commands\RefreshLimits
;
use
Illuminate\Console\Scheduling\Schedule
;
...
...
@@ -63,6 +64,7 @@ class Kernel extends ConsoleKernel
$schedule
->
command
(
KeywordsAdd
::
class
)
->
hourlyAt
(
40
);
$schedule
->
command
(
KeywordsUpdate
::
class
)
->
hourlyAt
(
40
);
$schedule
->
command
(
KeywordsDelete
::
class
)
->
hourlyAt
(
40
);
}
/**
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment