Skip to content

Commit

Permalink
App/Email Helper: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightprince committed Aug 18, 2024
1 parent b1418a0 commit 5e9d0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/email_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ function sendMail(string $receiver, string $subject, string $username, string $m
'timestamp' => time()
];

$CI->db->table('email_log', )->insert($data2);
$CI->db->table('email_log')->insert($data2);
}

0 comments on commit 5e9d0c5

Please sign in to comment.