github/app/Http/Controllers/CronController 2.php
2025-04-12 19:11:43 +08:00

23 lines
326 B
PHP
Executable File

<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
//use App\Models\Article;
//use App\Services\TomTool\Http;
//use voku\helper\AntiXSS;
class CronController
{
public function hook()
{
$oHttp = new Http();
$oHttp->sToUrl = "https://github.loc/";
}
}