Skip to content

Commit e616eab

Browse files
committed
wip
1 parent 7cbb1fc commit e616eab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ArchPresets/Laravel.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,5 @@ public function execute(): void
176176
->toImplement('Illuminate\Contracts\Container\ContextualAttribute')
177177
->toHaveAttribute('Attribute')
178178
->toHaveMethod('resolve');
179-
180-
$this->expectations[] = expect('App\Rules')
181-
->classes()
182-
->toImplement('Illuminate\Contracts\Validation\ValidationRule');
183179
}
184180
}

0 commit comments

Comments
 (0)