mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use connection namespace
This commit is contained in:
parent
3030ad6f9d
commit
92e904ef70
1 changed files with 3 additions and 1 deletions
|
|
@ -10,6 +10,8 @@ use \Yggverse\Yoda\Entity\Browser\Container\Page\Progressbar;
|
||||||
use \Yggverse\Yoda\Entity\Browser\Container\Page\Content;
|
use \Yggverse\Yoda\Entity\Browser\Container\Page\Content;
|
||||||
use \Yggverse\Yoda\Entity\Browser\Container\Page\Response;
|
use \Yggverse\Yoda\Entity\Browser\Container\Page\Response;
|
||||||
|
|
||||||
|
use \Yggverse\Yoda\Model\Connection;
|
||||||
|
|
||||||
class Page
|
class Page
|
||||||
{
|
{
|
||||||
public \GtkBox $gtk;
|
public \GtkBox $gtk;
|
||||||
|
|
@ -136,7 +138,7 @@ class Page
|
||||||
$this->response->hide();
|
$this->response->hide();
|
||||||
|
|
||||||
// Update content using multi-protocol driver
|
// Update content using multi-protocol driver
|
||||||
$connection = new \Yggverse\Yoda\Model\Connection;
|
$connection = new Connection;
|
||||||
|
|
||||||
// Async request
|
// Async request
|
||||||
$connection->request(
|
$connection->request(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue