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 3214dfc commit a97e9d0Copy full SHA for a97e9d0
src/Helpers/email_helper.php
@@ -13,7 +13,7 @@
13
14
use CodeIgniter\Email\Email;
15
16
-if (! defined('emailer')) {
+if (! function_exists('emailer')) {
17
/**
18
* Provides convenient access to the CodeIgniter Email class.
19
*
0 commit comments