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

Ran phpcbf

This commit is contained in:
Dan Brown
2019-05-05 14:54:37 +01:00
parent adc866cb3d
commit 3f83c548f8
11 changed files with 11 additions and 20 deletions

View File

@ -85,5 +85,4 @@ class DrawioImageController extends Controller
'content' => base64_encode($imageData)
]);
}
}

View File

@ -61,5 +61,4 @@ class GalleryImageController extends Controller
return response()->json($image);
}
}