update
This commit is contained in:
22
application/extra/addons.php
Normal file
22
application/extra/addons.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'autoload' => false,
|
||||
'hooks' => [
|
||||
'sms_send' => [
|
||||
'alisms',
|
||||
],
|
||||
'sms_notice' => [
|
||||
'alisms',
|
||||
],
|
||||
'sms_check' => [
|
||||
'alisms',
|
||||
],
|
||||
'config_init' => [
|
||||
'summernote',
|
||||
],
|
||||
],
|
||||
'route' => [],
|
||||
'priority' => [],
|
||||
'domain' => '',
|
||||
];
|
||||
Reference in New Issue
Block a user