|
@@ -264,7 +264,7 @@ |
|
|
block discarded – undo |
|
264
|
264
|
public function createAccessToken() |
|
265
|
265
|
{ |
|
266
|
266
|
if (empty($this->generator->types[CustomsInterface::CUSTOM_TYPES_QUERY_PARAMS][ApiInterface::RAML_PROPS] |
|
267
|
|
- [JSONApiInterface::PARAM_ACCESS_TOKEN][ApiInterface::RAML_KEY_DEFAULT]) === false |
|
|
267
|
+ [JSONApiInterface::PARAM_ACCESS_TOKEN][ApiInterface::RAML_KEY_DEFAULT]) === false |
|
268
|
268
|
) { |
|
269
|
269
|
$this->setAccessTokenContent(); |
|
270
|
270
|
$fileForm = FileManager::getModulePath($this->generator, true) . $this->generator->formRequestDir |
Please login to merge, or discard this patch.