We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e3e63 commit d7b23bfCopy full SHA for d7b23bf
application/libraries/REST_Controller.php
@@ -212,13 +212,6 @@ abstract class REST_Controller extends CI_Controller {
212
*/
213
protected $_post_args = [];
214
215
- /**
216
- * The insert_id of the log entry (if we have one)
217
- *
218
- * @var string
219
- */
220
- protected $_insert_id = '';
221
-
222
/**
223
* The arguments for the PUT request method
224
*
@@ -268,6 +261,13 @@ abstract class REST_Controller extends CI_Controller {
268
261
269
262
protected $_args = [];
270
263
264
+ /**
265
+ * The insert_id of the log entry (if we have one)
266
+ *
267
+ * @var string
+ */
+ protected $_insert_id = '';
+
271
272
* If the request is allowed based on the API key provided
273
0 commit comments