Skip to content

Commit

Permalink
StyleCI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wamilomarov committed Jan 21, 2022
1 parent a22dbb4 commit 4ce575d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ public function store(array $data): bool
{
try {
ExceptionModel::query()->create($data);

return true;
} catch (Throwable $e) {
return false;
//dd($e);
}

}
}

0 comments on commit 4ce575d

Please sign in to comment.