Commit e7687c5d by Евгений

Поправил ошибки

1 parent 26c9874c
......@@ -8,7 +8,7 @@ use App\Models\Pivots\DictionaryCampaign;
use App\Service\Requests\DirectRequest;
use Carbon\Carbon;
class CheckCampaignsChange extends DirectRequest
class CheckCampaignsChanges extends DirectRequest
{
CONST SELF = 'SELF';
CONST CHILDREN = 'CHILDREN';
......
......@@ -61,7 +61,7 @@ class DirectRequest extends APIRequest {
$request->setToken($this->getToken());
return $request;
}
throw new Exception('Unknown Service or Method');
throw new \Exception('Unknown Service or Method');
return $this;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!