Skip to content

Commit d7b23bf

Browse files
committed
Moved insert id declaration
1 parent b6e3e63 commit d7b23bf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

application/libraries/REST_Controller.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,6 @@ abstract class REST_Controller extends CI_Controller {
212212
*/
213213
protected $_post_args = [];
214214

215-
/**
216-
* The insert_id of the log entry (if we have one)
217-
*
218-
* @var string
219-
*/
220-
protected $_insert_id = '';
221-
222215
/**
223216
* The arguments for the PUT request method
224217
*
@@ -268,6 +261,13 @@ abstract class REST_Controller extends CI_Controller {
268261
*/
269262
protected $_args = [];
270263

264+
/**
265+
* The insert_id of the log entry (if we have one)
266+
*
267+
* @var string
268+
*/
269+
protected $_insert_id = '';
270+
271271
/**
272272
* If the request is allowed based on the API key provided
273273
*

0 commit comments

Comments
 (0)