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 e7687c5d
authored
Jun 02, 2021
by
Евгений
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Поправил ошибки
1 parent
26c9874c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/Service/Requests/Direct/CheckCampaignsChanges.php
app/Service/Requests/DirectRequest.php
app/Service/Requests/Direct/CheckCampaignsChanges.php
View file @
e7687c5
...
@@ -8,7 +8,7 @@ use App\Models\Pivots\DictionaryCampaign;
...
@@ -8,7 +8,7 @@ use App\Models\Pivots\DictionaryCampaign;
use
App\Service\Requests\DirectRequest
;
use
App\Service\Requests\DirectRequest
;
use
Carbon\Carbon
;
use
Carbon\Carbon
;
class
CheckCampaignsChange
extends
DirectRequest
class
CheckCampaignsChange
s
extends
DirectRequest
{
{
CONST
SELF
=
'SELF'
;
CONST
SELF
=
'SELF'
;
CONST
CHILDREN
=
'CHILDREN'
;
CONST
CHILDREN
=
'CHILDREN'
;
...
...
app/Service/Requests/DirectRequest.php
View file @
e7687c5
...
@@ -61,7 +61,7 @@ class DirectRequest extends APIRequest {
...
@@ -61,7 +61,7 @@ class DirectRequest extends APIRequest {
$request
->
setToken
(
$this
->
getToken
());
$request
->
setToken
(
$this
->
getToken
());
return
$request
;
return
$request
;
}
}
throw
new
Exception
(
'Unknown Service or Method'
);
throw
new
\
Exception
(
'Unknown Service or Method'
);
return
$this
;
return
$this
;
}
}
...
...
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