Skip to content

Commit

Permalink
remove unused uri value
Browse files Browse the repository at this point in the history
  • Loading branch information
kruisdraad committed Mar 19, 2016
1 parent 3d777dd commit 92cfc3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/Projecthoneypot.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down

0 comments on commit 92cfc3d

Please sign in to comment.