1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-08-06 05:54:03 +00:00

tests: remove comment

This commit is contained in:
Samuel Stancl 2026-07-07 18:34:17 -07:00
parent f2b7c7d5ed
commit cef7f11e20
No known key found for this signature in database
GPG key ID: BA146259A1E16C57

View file

@ -31,7 +31,6 @@ afterEach($cleanup = function () {
beforeEach(function () use ($cleanup) { beforeEach(function () use ($cleanup) {
config([ config([
'tenancy.bootstrappers' => [ 'tenancy.bootstrappers' => [
// FilesystemTenancyBootstrapper needed for LogTenancyBootstrapper to work with storage path channels BY DEFAULT
LogTenancyBootstrapper::class, LogTenancyBootstrapper::class,
], ],
]); ]);