Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Jul 4, 2021
1 parent b227e0e commit e4b03bf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Audit/Audit.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,6 @@ public function setup(): void
'array' => false,
'filters' => [],
]),
new Document([
'$id' => 'location',
'type' => Database::VAR_STRING,
'size' => 45,
'required' => false,
'signed' => true,
'array' => false,
'filters' => [],
]),
new Document([
'$id' => 'time',
'type' => Database::VAR_INTEGER,
Expand Down

0 comments on commit e4b03bf

Please sign in to comment.