Skip to content

Commit 585bd0c

Browse files
committed
Updated translator attribution and StyleCI changes
1 parent f18e278 commit 585bd0c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/translators.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,7 @@ Mundo Racional (ismael.mesquita) :: Portuguese, Brazilian
211211
Zarik (3apuk) :: Russian
212212
Ali Shaatani (a.shaatani) :: Arabic
213213
ChacMaster :: Portuguese, Brazilian
214+
Saeed (saeed205) :: Persian
215+
Julesdevops :: French
216+
peter cerny (posli.to.semka) :: Slovak
217+
Pavel Karlin (pavelkarlin) :: Russian

app/Entities/Tools/PdfGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function fromHtml(string $html): string
3232
public function getActiveEngine(): string
3333
{
3434
$useWKHTML = config('snappy.pdf.binary') !== false && config('app.allow_untrusted_server_fetching') === true;
35+
3536
return $useWKHTML ? self::ENGINE_WKHTML : self::ENGINE_DOMPDF;
3637
}
3738
}

app/Http/Controllers/UserController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ public function store(Request $request)
112112
$roles = $request->get('roles');
113113
$this->userRepo->setUserRoles($user, $roles);
114114
}
115-
115+
116116
$this->userRepo->downloadAndAssignUserAvatar($user);
117-
117+
118118
$this->logActivity(ActivityType::USER_CREATE, $user);
119119
});
120120

0 commit comments

Comments
 (0)