首次提交 Laravel 專案

This commit is contained in:
2025-05-18 08:52:56 +07:00
commit 5e392ae581
264 changed files with 88756 additions and 0 deletions
@@ -0,0 +1,15 @@
<?php
namespace App\Services;
use App\Models\tg_comm;
class TgComm
{
public static function TgComm($data){
tg_comm::TgComm2Arr();
$tg_comm = include Storage::disk('dataconfig')->path('tg_comm.php');
$TgComm = array_column($tg_comm, 'command');
return $TgComm;
}
}