diff --git a/src/Preset.php b/src/Preset.php index d2c75d90..41ad5d64 100644 --- a/src/Preset.php +++ b/src/Preset.php @@ -44,7 +44,7 @@ final class Preset /** * Uses the Pest laravel preset and returns the test call instance. */ - public function laravel(): Strict + public function laravel(): Laravel { return $this->executePreset(new Laravel($this->baseNamespaces())); }