From 4a3245f7838661686e51ff449c8e1ceabd8e9a17 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Sat, 7 Dec 2024 22:53:36 -0500 Subject: [PATCH] Add county enum --- src/Enums/County.php | 98 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 src/Enums/County.php diff --git a/src/Enums/County.php b/src/Enums/County.php new file mode 100644 index 0000000..0ee96a2 --- /dev/null +++ b/src/Enums/County.php @@ -0,0 +1,98 @@ +