Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Satini_pvduc
/
daito-utils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
RESAZIP-PC\resaz
2026-02-23 17:04:09 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
3aef053c46b90b6b2400f1912889b42dea10a232
3aef053c
1 parent
26faf873
update
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
src/DaitoGoogleChat.php
src/DaitoGoogleChat.php
View file @
3aef053
...
...
@@ -22,11 +22,6 @@ class DaitoGoogleChat
return
self
::
manager
()
->
sendCardV2
(
$arrCardV2
,
$webhookUrl
);
}
public
static
function
sendCardsV2
(
array
$arrCardsV2
,
$webhookUrl
=
null
)
:
array
{
return
self
::
manager
()
->
sendCardsV2
(
$arrCardsV2
,
$webhookUrl
);
}
public
static
function
queueText
(
$text
,
array
$arrContext
=
array
(),
$webhookUrl
=
null
)
:
void
{
self
::
manager
()
->
queueText
(
$text
,
$arrContext
,
$webhookUrl
);
...
...
@@ -42,11 +37,6 @@ class DaitoGoogleChat
self
::
manager
()
->
queueCardV2
(
$arrCardV2
,
$webhookUrl
);
}
public
static
function
queueCardsV2
(
array
$arrCardsV2
,
$webhookUrl
=
null
)
:
void
{
self
::
manager
()
->
queueCardsV2
(
$arrCardsV2
,
$webhookUrl
);
}
private
static
function
manager
()
:
DaitoGoogleChatManager
{
if
(
!
function_exists
(
'app'
))
{
...
...
Please
register
or
sign in
to post a comment