Rubenwouters\CrmLauncher\Commands\ResetNotified::handle PHP Метод

handle() публичный Метод

Execute the console command.
public handle ( ) : mixed
Результат mixed
    public function handle()
    {
        $config = $this->config->first();
        $config->notified_today = 0;
        $config->save();
    }