REBELinBLUE\Deployer\Jobs\AbortDeployment::handle PHP Метод

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

Execute the job.
public handle ( )
    public function handle()
    {
        Cache::put(self::CACHE_KEY_PREFIX . $this->deployment->id, time(), 3600);
    }
AbortDeployment