From b9134469e23734875687fed58ecc7bd5cc4b0f36 Mon Sep 17 00:00:00 2001 From: Tom H Anderson Date: Sat, 26 Oct 2024 18:42:51 -0600 Subject: [PATCH] Added namespace to FactoryBuilderTest --- tests/Feature/Testing/FactoryBuilderTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Feature/Testing/FactoryBuilderTest.php b/tests/Feature/Testing/FactoryBuilderTest.php index affba022..77b0c5d3 100644 --- a/tests/Feature/Testing/FactoryBuilderTest.php +++ b/tests/Feature/Testing/FactoryBuilderTest.php @@ -1,11 +1,14 @@