ExpinBot/.svn/pristine/8d/8db11ed203eae4774dc910f021a...

16 lines
307 B
Plaintext

<?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;
}
}