Add (ai tool submission)
This commit is contained in:
21
app/Helpers/Global/platform_helper.php
Normal file
21
app/Helpers/Global/platform_helper.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
if (! function_exists('get_notification_channel')) {
|
||||
|
||||
function get_notification_channel()
|
||||
{
|
||||
return 'telegram';
|
||||
}
|
||||
}
|
||||
|
||||
if (! function_exists('get_notification_user_ids')) {
|
||||
|
||||
function get_notification_user_ids()
|
||||
{
|
||||
return [
|
||||
|
||||
'629991336', // me
|
||||
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user