Add deprecated phpdoc tag to Backend.php and Backend_api.php files.
This commit is contained in:
parent
1fb9983cd7
commit
f7bebedf61
2 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
|||
* Handles the backend related operations.
|
||||
*
|
||||
* @package Controllers
|
||||
*
|
||||
* @deprecated Since 1.5
|
||||
*/
|
||||
class Backend extends EA_Controller {
|
||||
/**
|
||||
|
|
|
@ -36,6 +36,8 @@
|
|||
* Handles the backend API related operations.
|
||||
*
|
||||
* @package Controllers
|
||||
*
|
||||
* @deprecated Since 1.5
|
||||
*/
|
||||
class Backend_api extends EA_Controller {
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue