Skip to content

Commit

Permalink
move into right block
Browse files Browse the repository at this point in the history
  • Loading branch information
AshPowell committed Jun 24, 2019
1 parent 7e27f42 commit 1acd817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jobs/Track.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ public function handle()
'id' => $item->id ?? null,
],
];
}

event(new AnalyticTracked($collection, $basename, $data));
event(new AnalyticTracked($collection, $basename, $data));
}
}

return DB::connection($connection)
Expand Down

0 comments on commit 1acd817

Please sign in to comment.