Skip to content

Commit 4ce575d

Browse files
author
wamilomarov
committed
StyleCI fix
1 parent a22dbb4 commit 4ce575d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ public function store(array $data): bool
101101
{
102102
try {
103103
ExceptionModel::query()->create($data);
104+
104105
return true;
105106
} catch (Throwable $e) {
106107
return false;
107108
//dd($e);
108109
}
109-
110110
}
111111
}

0 commit comments

Comments
 (0)