mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove undefined arguments
This commit is contained in:
parent
3334d40975
commit
ea7d98ffd3
4 changed files with 6 additions and 12 deletions
|
|
@ -11,8 +11,7 @@ class Request extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navb
|
|||
private ?int $_changed = null;
|
||||
|
||||
protected function _onActivate(
|
||||
\GtkEntry $entry,
|
||||
\GdkEvent $event
|
||||
\GtkEntry $entry
|
||||
): void
|
||||
{
|
||||
$this->navbar->page->open(
|
||||
|
|
|
|||
|
|
@ -22,8 +22,7 @@ class Query extends \Yggverse\Yoda\Abstract\Entity\Entry
|
|||
}
|
||||
|
||||
protected function _onActivate(
|
||||
\GtkEntry $entry,
|
||||
\GdkEvent $event
|
||||
\GtkEntry $entry
|
||||
): void
|
||||
{
|
||||
$this->response->send();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue