mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
use getValue API method
This commit is contained in:
parent
42cd6ba857
commit
e43697ec0c
6 changed files with 9 additions and 17 deletions
|
|
@ -14,7 +14,7 @@ class Search extends \Yggverse\Yoda\Abstract\Entity\Browser\History\Container\Na
|
|||
): void
|
||||
{
|
||||
$this->navbar->container->content->search(
|
||||
$this->navbar->filter->gtk->get_text()
|
||||
$this->navbar->filter->getValue()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue