23 lines
326 B
PHP
Executable File
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/";
|
|
|
|
}
|
|
|
|
}
|