mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:34:04 +00:00
getPrefix -> getPathPrefix
This commit is contained in:
parent
8e08a3df67
commit
a94f242910
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ class BootstrapperTest extends TestCase
|
||||||
$adapter = $disk->getAdapter();
|
$adapter = $disk->getAdapter();
|
||||||
|
|
||||||
if (! Str::startsWith(app()->version(), '9.')) {
|
if (! Str::startsWith(app()->version(), '9.')) {
|
||||||
return $adapter->getPrefix();
|
return $adapter->getPathPrefix();
|
||||||
}
|
}
|
||||||
|
|
||||||
$prefixer = (new ReflectionObject($adapter))->getProperty('prefixer');
|
$prefixer = (new ReflectionObject($adapter))->getProperty('prefixer');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue