1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Standardised facade usage to use via their FQCN

Done via Laravel Shift Workbench
This commit is contained in:
Dan Brown
2021-09-26 15:37:55 +01:00
parent ffdfdc7449
commit c32b315cd7
15 changed files with 18 additions and 18 deletions

View File

@ -7,7 +7,7 @@ use BookStack\Entities\Models\Page;
use BookStack\Entities\Tools\PageContent;
use BookStack\Facades\Theme;
use BookStack\Theming\ThemeEvents;
use File;
use Illuminate\Support\Facades\File;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use League\CommonMark\ConfigurableEnvironmentInterface;