Skip to content

Commit

Permalink
Update autoload.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jun 29, 2024
1 parent 0e8d0b0 commit 8e8ff7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
|
| $autoload['libraries'] = array('user_agent' => 'ua');
*/
$autoload['libraries'] = array('database', 'email', 'session','ion_auth', 'user_agent');
$autoload['libraries'] = array('database', 'email', 'session', 'ion_auth', 'user_agent');

/*
| -------------------------------------------------------------------
Expand Down

0 comments on commit 8e8ff7c

Please sign in to comment.