Skip to content

Commit

Permalink
Add CI_Input in Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Sep 17, 2024
1 parent 6ab3b37 commit f64f438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* @property \CI_Config $config
* @property \CI_DB $db
* @property \CI_Email $email
* @property \CI_Email $email
* @property \CI_Encrypt $encrypt
* @property \CI_Encryption $encryption
* @property \CI_Form_validation $form_validation
* @property \CI_FTP $ftp
* @property \CI_Image_lib $image_lib
* @property \CI_Input $input
* @property \CI_Javascript $javascript
* @property \CI_Jquery $jquery
* @property \CI_Migration $migration
Expand All @@ -31,7 +31,7 @@
* @property \CI_Xmlrpcs $xmlrpcs
* @property \CI_Zip $zip
*
* @package SparkPlug
* @package Spark Plug
*
* @author Rougin Gutib <[email protected]>
*/
Expand Down

0 comments on commit f64f438

Please sign in to comment.