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();
    }