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 b7174f4 commit 29a331aCopy full SHA for 29a331a
src/Config/Events.php
@@ -3,5 +3,5 @@
3
use CodeIgniter\Events\Events;
4
5
Events::on('post_system', function () {
6
- services('audits')->save();
+ service('audits')->save();
7
});
0 commit comments