mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
use namespace
This commit is contained in:
parent
9445cf4b74
commit
46adc640e9
1 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,8 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Yggverse\Yoda\Entity\Browser\Container;
|
namespace Yggverse\Yoda\Entity\Browser\Container;
|
||||||
|
|
||||||
|
use \Yggverse\Yoda\Entity\Browser\Container\Tab\Page;
|
||||||
|
|
||||||
class Tab
|
class Tab
|
||||||
{
|
{
|
||||||
public \GtkNotebook $gtk;
|
public \GtkNotebook $gtk;
|
||||||
|
|
@ -70,7 +72,7 @@ class Tab
|
||||||
bool $focus = true
|
bool $focus = true
|
||||||
): void
|
): void
|
||||||
{
|
{
|
||||||
$page = new \Yggverse\Yoda\Entity\Browser\Container\Tab\Page(
|
$page = new Page(
|
||||||
$this
|
$this
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue