Skip to content

Commit

Permalink
add missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcrr committed Mar 30, 2024
1 parent 6e09a1f commit ab5c878
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function __invoke (Request $request): JsonResponse
->orderBy('id', 'desc')
->paginate($request->paginationAmount);

\Log::info($query->toSql())
\Log::info($query->toSql());

return response()->json([
'success' => true,
Expand Down

0 comments on commit ab5c878

Please sign in to comment.