From 92cfc3d6f9ef442363e5ac143920325a7aed2504 Mon Sep 17 00:00:00 2001 From: Bart Vrancken Date: Sat, 19 Mar 2016 20:37:16 +0100 Subject: [PATCH] remove unused uri value --- composer.json | 2 +- src/Projecthoneypot.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 39661c8..762645a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "abuseio/parser-projecthoneypot", "description": "Parser addon for handling notifications from projecthoneypot", - "version": "1.3.1", + "version": "1.3.2", "keywords": ["laravel", "abuseio", "parser", "projecthoneypot"], "homepage": "http://abuse.io", "type": "library", diff --git a/src/Projecthoneypot.php b/src/Projecthoneypot.php index 92ca6f7..c67d404 100644 --- a/src/Projecthoneypot.php +++ b/src/Projecthoneypot.php @@ -149,7 +149,6 @@ public function parse() $incident->source_id = false; $incident->ip = $report['ip']; $incident->domain = false; - $incident->uri = false; $incident->class = config("{$this->configBase}.feeds.{$this->feedName}.class"); $incident->type = config("{$this->configBase}.feeds.{$this->feedName}.type"); $incident->timestamp = $report['timestamp'];