%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/silvzytp/calling_code/app/Console/Commands/
Upload File :
Create Path :
Current File : //home/silvzytp/calling_code/app/Console/Commands/Reminder.php

<?php

namespace App\Console\Commands;

use Carbon\Carbon;
use App\Models\User;
use App\Mail\TestMail;
use App\Notifications\ReminderNotification;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Mail;
use Illuminate\Support\Facades\Storage;

class Reminder extends Command
{
    /**
     * The name and signature of the console command.
     *
     * @var string
     */
    protected $signature = 'reminder:start';

    /**
     * The console command description.
     *
     * @var string
     */
    protected $description = 'Agent call reminder set';

    /**
     * Execute the console command.
     *
     * @return int
     */
    public function handle()
    {


    }
}

Zerion Mini Shell 1.0