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 b1e0e6c commit 09feee2
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-blocklistde",
"description": "Parser addon for handling notifications from blocklist.de",
"version": "1.3.1",
"version": "1.3.2",
"keywords": ["laravel", "abuseio", "parser", "blocklist.de"],
"homepage": "http://abuse.io",
"type": "library",
Expand Down
1 change: 0 additions & 1 deletion src/Blocklistde.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function parse()
$incident->source_id = false;
$incident->ip = $report['Source'];
$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 = strtotime($report['Date']);
Expand Down

0 comments on commit 09feee2

Please sign in to comment.