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 5d378d10
authored
Jul 19, 2021
by
Евгений
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Улучшение #20443
Загрузка и синхронизация изображений
1 parent
e51187fd
Hide 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 @
5d378d1
...
...
@@ -7,6 +7,7 @@ use App\Console\Commands\AdExtensionsLoad;
use
App\Console\Commands\AdGroupsAdd
;
use
App\Console\Commands\AdGroupsLoadUpdated
;
use
App\Console\Commands\AdGroupsUpdate
;
use
App\Console\Commands\AdImagesLoad
;
use
App\Console\Commands\AdvertisementsAdd
;
use
App\Console\Commands\AdvertisementsLoadUpdated
;
use
App\Console\Commands\AdvertisementsUpdate
;
...
...
@@ -74,6 +75,7 @@ class Kernel extends ConsoleKernel
$schedule
->
command
(
RetargetinglistsUpdate
::
class
)
->
hourlyAt
(
10
);
$schedule
->
command
(
NegativeKeywordSharedSetsLoad
::
class
)
->
hourlyAt
(
10
);
$schedule
->
command
(
AdImagesLoad
::
class
)
->
hourlyAt
(
10
);
$schedule
->
command
(
CampaignsAdd
::
class
)
->
hourlyAt
(
15
);
$schedule
->
command
(
CampaignsUpdate
::
class
)
->
hourlyAt
(
15
);
...
...
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