Aligned setting helper with new get method changes

Also removed old unsused facade that existed for settings.
This commit is contained in:
Dan Brown
2021-02-10 23:21:49 +00:00
parent b0f4500c34
commit 54f5bf9437
4 changed files with 2 additions and 24 deletions

View File

@ -183,7 +183,6 @@ return [
// Custom BookStack
'Activity' => BookStack\Facades\Activity::class,
'Setting' => BookStack\Facades\Setting::class,
'Views' => BookStack\Facades\Views::class,
'Images' => BookStack\Facades\Images::class,
'Permissions' => BookStack\Facades\Permissions::class,