mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05: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;
|
||||
|
||||
use \Yggverse\Yoda\Entity\Browser\Container\Tab\Page;
|
||||
|
||||
class Tab
|
||||
{
|
||||
public \GtkNotebook $gtk;
|
||||
|
|
@ -70,7 +72,7 @@ class Tab
|
|||
bool $focus = true
|
||||
): void
|
||||
{
|
||||
$page = new \Yggverse\Yoda\Entity\Browser\Container\Tab\Page(
|
||||
$page = new Page(
|
||||
$this
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue