Skip to content

Commit

Permalink
[TASK] Change references previously going to tsconfig
Browse files Browse the repository at this point in the history
Releases: main, 13.4, 12.4
  • Loading branch information
linawolf committed Nov 20, 2024
1 parent 2f629a4 commit 6852056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
ExtensionManagementUtility::registerPageTSConfigFile(
'extension_name',
'Configuration/TsConfig/Page/myPageTSconfigFile.tsconfig',
'My special config'
'My special config',
);
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
declare(strict_types=1);

namespace UsingSettingTSconfig\_PhpApi;

final class _MyBackendLoggedInController
{
public function isUserToggleEnabled(): bool
Expand Down

0 comments on commit 6852056

Please sign in to comment.