]> BookStack Code Mirror - bookstack/commit
Tweaked custom command registration, Added StyleCI fixes
authorDan Brown <redacted>
Mon, 22 Nov 2021 22:22:31 +0000 (22:22 +0000)
committerDan Brown <redacted>
Mon, 22 Nov 2021 22:22:31 +0000 (22:22 +0000)
commit1bf59f434bad1496d207abc340fb5524a9e78ff9
tree7364486ccca92e26149be36941e15ef21fe39208
parentc6e196989e30aa45cac2ebddee1fdba919729cdc
Tweaked custom command registration, Added StyleCI fixes

Old command registration method was interfering with default commands,
causing only a limited subset of commands to show overall.
This change follows the method the frameworks uses when loading in from a
directory to prevent issues with run/load order.
app/Auth/Access/ExternalBaseUserProvider.php
app/Entities/Models/Entity.php
app/Interfaces/Deletable.php
app/Theming/ThemeService.php
tests/ThemeTest.php