Commit 29efc550 by Евгений

Улучшение #19453

Первоначальная загрузка всех РК аккаунтов.
1 parent 31f199e9
...@@ -11,7 +11,7 @@ use App\Service\Requests\APIRequest; ...@@ -11,7 +11,7 @@ use App\Service\Requests\APIRequest;
use Illuminate\Console\Command; use Illuminate\Console\Command;
use Illuminate\Support\Facades\Bus; use Illuminate\Support\Facades\Bus;
class firstLoadCampaigns extends Command class FirstLoadCampaigns extends Command
{ {
/** /**
* The name and signature of the console command. * The name and signature of the console command.
......
...@@ -6,7 +6,7 @@ use App\Models\Tokens; ...@@ -6,7 +6,7 @@ use App\Models\Tokens;
use App\Service\Limits; use App\Service\Limits;
use Illuminate\Console\Command; use Illuminate\Console\Command;
class refreshLimits extends Command class RefreshLimits extends Command
{ {
/** /**
* The name and signature of the console command. * The name and signature of the console command.
......
...@@ -11,7 +11,7 @@ class Campaigns extends Model ...@@ -11,7 +11,7 @@ class Campaigns extends Model
protected $fillable = [ protected $fillable = [
'external_id', 'external_id',
'Name', 'name',
'TimeTargeting', 'TimeTargeting',
'NegativeKeywords', 'NegativeKeywords',
'BlockedIps', 'BlockedIps',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!