remove unnecessary word

This commit is contained in:
Rev 2021-10-13 12:38:58 +09:00
parent 8f28d3afeb
commit 5d24bfc28d

View File

@ -71,7 +71,7 @@ class ItemController extends Controller
Log::error($exception->getMessage());
Log::error($exception->getTraceAsString());
return response()->json([
'error' => 'No locale not found.',
'error' => 'No locale found.',
], Response::HTTP_NOT_FOUND);
}
}