1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:34:04 +00:00

getPrefix -> getPathPrefix

This commit is contained in:
Samuel Štancl 2022-02-15 15:46:31 +01:00
parent 8e08a3df67
commit a94f242910

View file

@ -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');