Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelar committed Aug 4, 2023
1 parent ccc52bd commit 075c31d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Component/Tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function jsDisableTabName(string $name): JsRenderInterface

/**
* Replace Tabs menu template.
* The $view template must use Tab component template props:
* The template must use Tab component template props:
* - tabs, an array of {name: '', caption: '', disabled: false...}
* - currentIndex, an integer value representing the current activated tab.
* - activate, a function with an index argument that activate the tab.
Expand Down
2 changes: 1 addition & 1 deletion src/View/Divider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ protected function initRenderTree(): void
$this->setIdAttribute('');
}

public function beforeHtmlRender(): void
protected function beforeHtmlRender(): void
{
$this->appendTailwinds(
[
Expand Down

0 comments on commit 075c31d

Please sign in to comment.