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 98739732
authored
Jun 03, 2021
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix both in app/Console/Commands/CampaignsAdd.php
1 parent
f479c136
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
app/Service/Requests/APIRequest.php
app/Service/Requests/APIRequest.php
View file @
9873973
...
...
@@ -112,12 +112,12 @@ class APIRequest implements \App\Service\Contract\APIRequest
function
slice
(
$count
)
:
?
\App\Service\Contract\APIRequest
{
throw
new
Exception
(
'Я не знаю формата запрсов, чтобы его разбить'
);
throw
new
\
Exception
(
'Я не знаю формата запрсов, чтобы его разбить'
);
}
function
next
(
$count
)
{
throw
new
Exception
(
'Я не знаю формата запрсов, чтобы его разбить'
);
throw
new
\
Exception
(
'Я не знаю формата запрсов, чтобы его разбить'
);
}
function
call
(
$params
=
null
)
...
...
@@ -132,11 +132,11 @@ class APIRequest implements \App\Service\Contract\APIRequest
function
getObjectsCount
()
{
throw
new
Exception
(
'Не задано сколько объектов обрабатывается'
);
throw
new
\
Exception
(
'Не задано сколько объектов обрабатывается'
);
}
function
getMaxCount
()
{
throw
new
Exception
(
'Не задано сколько максимум объектов необходимо обработатывать'
);
throw
new
\
Exception
(
'Не задано сколько максимум объектов необходимо обработатывать'
);
}
}
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