1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Removed old thai files, added romanian as lang option

Also applied styleci changes
This commit is contained in:
Dan Brown
2022-09-06 17:41:32 +01:00
parent d8672944a5
commit 623ccd4cfa
17 changed files with 8 additions and 1029 deletions

View File

@ -16,7 +16,7 @@ class ImageController extends Controller
{
protected ImageRepo $imageRepo;
protected ImageService $imageService;
public function __construct(ImageRepo $imageRepo, ImageService $imageService)
{
$this->imageRepo = $imageRepo;