1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Added oidc_id_token_pre_validate logical theme event

For #4200
This commit is contained in:
Dan Brown
2023-04-27 23:40:14 +01:00
parent 277d5392fb
commit f64ce71afc
5 changed files with 101 additions and 44 deletions

View File

@@ -23,8 +23,8 @@ use League\CommonMark\Environment\Environment;
class ThemeTest extends TestCase
{
protected $themeFolderName;
protected $themeFolderPath;
protected string $themeFolderName;
protected string $themeFolderPath;
public function test_translation_text_can_be_overridden_via_theme()
{