Skip to content

Commit 1ee867c

Browse files
committed
fix: fix for new version
1 parent 351e8d9 commit 1ee867c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/Helper.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ protected function seedRun(string $seed, bool $commonDatabase = false, bool $deb
6161
if ($commonDatabase) {
6262
$seedObject->commonDatabase = true;
6363
}
64-
if (!\is_callable([$seedObject, 'handle'])) {
65-
throw new \Exception(\sprintf('Seed \%s->handle() was not found.', $seed));
66-
}
6764
$seedObject->handle();
6865

6966
if ($debug) {

0 commit comments

Comments
 (0)