mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
move Page entity out of Tab namespace
This commit is contained in:
parent
46adc640e9
commit
63bc991bda
21 changed files with 111 additions and 111 deletions
|
|
@ -4,7 +4,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace Yggverse\Yoda\Entity\Browser\Container;
|
||||
|
||||
use \Yggverse\Yoda\Entity\Browser\Container\Tab\Page;
|
||||
use \Yggverse\Yoda\Entity\Browser\Container\Page;
|
||||
|
||||
class Tab
|
||||
{
|
||||
|
|
@ -73,7 +73,7 @@ class Tab
|
|||
): void
|
||||
{
|
||||
$page = new Page(
|
||||
$this
|
||||
$this->container
|
||||
);
|
||||
|
||||
if ($request)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue