diff --git a/tests/BootstrapperTest.php b/tests/BootstrapperTest.php index ca968d65..7bbbcdaa 100644 --- a/tests/BootstrapperTest.php +++ b/tests/BootstrapperTest.php @@ -208,7 +208,7 @@ class BootstrapperTest extends TestCase $adapter = $disk->getAdapter(); if (! Str::startsWith(app()->version(), '9.')) { - return $adapter->getPrefix(); + return $adapter->getPathPrefix(); } $prefixer = (new ReflectionObject($adapter))->getProperty('prefixer');