Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed May 15, 2024
1 parent e35cb8d commit 963a1dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class Component extends BaseComponent
{
public function run(): void
{
echo json_encode(['abcdefg' => 'hijklmn']);
return;
/** @var Config $config */
$config = $this->getConfig();

Expand Down

0 comments on commit 963a1dd

Please sign in to comment.