⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.112
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
eplangoweb
/
.trash
/
core
/
app
/
Console
/
Commands
/
Edit File: ExpiredUser.php
<?php namespace App\Console\Commands; use App\Models\Membership; use App\Models\User; use Illuminate\Console\Command; use Illuminate\Support\Carbon; class ExpiredUser extends Command { /** * The name and signature of the console command. * * @var string */ protected $signature = 'expire:user'; /** * The console command description. * * @var string */ protected $description = 'Command description'; /** * Create a new command instance. * * @return void */ public function __construct() { parent::__construct(); } /** * Execute the console command. * * @return mixed */ public function handle() { } }
Simpan