Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Jan 25, 2023
1 parent 761771e commit a25a339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ public function render(): string
->with($this->data + ['active' => $this->isActive()])
->render();
}

public function getName(): string
{
return $this->name;
}

public function getData(): array
{
return $this->data;
Expand Down

0 comments on commit a25a339

Please sign in to comment.