Rubenwouters\CrmLauncher\Commands\ResetNotified::handle PHP Method

handle() public method

Execute the console command.
public handle ( ) : mixed
return mixed
    public function handle()
    {
        $config = $this->config->first();
        $config->notified_today = 0;
        $config->save();
    }