We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540689b commit 98a0cadCopy full SHA for 98a0cad
tests/Feature/ModelAttributeValidationTest.php
@@ -9,7 +9,7 @@
9
use StevenFox\LaravelModelValidation\Tests\Fixtures\ValidatesWhenSavingModel;
10
use StevenFox\LaravelModelValidation\Tests\Fixtures\ValidatingModel;
11
12
-beforeEach(function() {
+beforeEach(function () {
13
// Reset the static variable on the trait prior to each test
14
// to avoid state corruption.
15
ValidatingModel::enableValidationWhenSaving();
0 commit comments