Skip to content

Commit 4ac0a1c

Browse files
author
Gracjan Kubicki
committed
main, fixed bug
1 parent 5b2544a commit 4ac0a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/Isolatable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected function isolatedStatusCode(): int
2525

2626
protected function getIsolateOption(): bool|int
2727
{
28-
return $this->hasIsolateOption() ? $this->option(Options::ISOLATED) : false;
28+
return $this->hasIsolateOption() && $this->option(Options::ISOLATED);
2929
}
3030

3131
protected function hasIsolateOption(): bool

0 commit comments

Comments
 (0)