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

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

Execute the console command.
public handle ( ) : mixed
Результат mixed
    public function handle()
    {
        $isAboveMax = $this->activity->isAboveMax();
        if ($isAboveMax) {
            $this->activity->sendNotifications();
        }
    }
CheckActivityFlow