1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

Applied styleci changes

This commit is contained in:
Dan Brown
2021-09-26 15:48:22 +01:00
parent 5c7eb0df57
commit 05d99a312d
10 changed files with 12 additions and 12 deletions

View File

@@ -7,8 +7,8 @@ use Exception;
use Illuminate\Contracts\Filesystem\Factory as FileSystem;
use Illuminate\Contracts\Filesystem\FileNotFoundException;
use Illuminate\Contracts\Filesystem\Filesystem as FileSystemInstance;
use Illuminate\Support\Str;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\Str;
use Symfony\Component\HttpFoundation\File\UploadedFile;
class AttachmentService