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 29efc550
authored
May 11, 2021
by
Евгений
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Улучшение #19453
Первоначальная загрузка всех РК аккаунтов.
1 parent
31f199e9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
app/Console/Commands/firstLoadCampaigns.php → app/Console/Commands/FirstLoadCampaigns.php
app/Console/Commands/refreshLimits.php → app/Console/Commands/RefreshLimits.php
app/Models/Campaigns.php
app/Console/Commands/
f
irstLoadCampaigns.php
→
app/Console/Commands/
F
irstLoadCampaigns.php
View file @
29efc55
...
...
@@ -11,7 +11,7 @@ use App\Service\Requests\APIRequest;
use
Illuminate\Console\Command
;
use
Illuminate\Support\Facades\Bus
;
class
f
irstLoadCampaigns
extends
Command
class
F
irstLoadCampaigns
extends
Command
{
/**
* The name and signature of the console command.
...
...
app/Console/Commands/
r
efreshLimits.php
→
app/Console/Commands/
R
efreshLimits.php
View file @
29efc55
...
...
@@ -6,7 +6,7 @@ use App\Models\Tokens;
use
App\Service\Limits
;
use
Illuminate\Console\Command
;
class
r
efreshLimits
extends
Command
class
R
efreshLimits
extends
Command
{
/**
* The name and signature of the console command.
...
...
app/Models/Campaigns.php
View file @
29efc55
...
...
@@ -11,7 +11,7 @@ class Campaigns extends Model
protected
$fillable
=
[
'external_id'
,
'
N
ame'
,
'
n
ame'
,
'TimeTargeting'
,
'NegativeKeywords'
,
'BlockedIps'
,
...
...
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