From 98a0cad0d0b381e5bb6478069ee47c91d671712e Mon Sep 17 00:00:00 2001 From: Steven Fox <62109327+steven-fox@users.noreply.github.com> Date: Tue, 28 May 2024 12:58:57 -0400 Subject: [PATCH] format --- tests/Feature/ModelAttributeValidationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/ModelAttributeValidationTest.php b/tests/Feature/ModelAttributeValidationTest.php index 1fee19c..29bacd0 100644 --- a/tests/Feature/ModelAttributeValidationTest.php +++ b/tests/Feature/ModelAttributeValidationTest.php @@ -9,7 +9,7 @@ use StevenFox\LaravelModelValidation\Tests\Fixtures\ValidatesWhenSavingModel; use StevenFox\LaravelModelValidation\Tests\Fixtures\ValidatingModel; -beforeEach(function() { +beforeEach(function () { // Reset the static variable on the trait prior to each test // to avoid state corruption. ValidatingModel::enableValidationWhenSaving();