]> BookStack Code Mirror - bookstack/commit
Swapped injected db instance with facade
authorDan Brown <redacted>
Tue, 31 Aug 2021 20:50:23 +0000 (21:50 +0100)
committerDan Brown <redacted>
Tue, 31 Aug 2021 20:50:23 +0000 (21:50 +0100)
commita641b4da2c08e9533a20174d7a3543694f6b7c4c
tree3b7f49aac1479eb19ac77eba011eb74ce8c4393f
parent4f85ce02c61d19ecde0d47bd6e91d49359132698
Swapped injected db instance with facade

Injected db instance was causing the DB connection to be
made a lot earlier than desired or required.
Swapped to a facade for now but ideally this extension of services needs
to be cleaned up with a better approach in general.
app/Auth/Access/UserTokenService.php