mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use namespace
This commit is contained in:
parent
ea7d98ffd3
commit
ea30508f52
1 changed files with 4 additions and 2 deletions
|
|
@ -4,12 +4,14 @@ declare(strict_types=1);
|
|||
|
||||
namespace Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navbar;
|
||||
|
||||
use \Yggverse\Yoda\Entity\Browser\Container\Page\Navbar;
|
||||
|
||||
abstract class Entry extends \Yggverse\Yoda\Abstract\Entity\Entry
|
||||
{
|
||||
public \Yggverse\Yoda\Entity\Browser\Container\Page\Navbar $navbar;
|
||||
public Navbar $navbar;
|
||||
|
||||
public function __construct(
|
||||
\Yggverse\Yoda\Entity\Browser\Container\Page\Navbar $navbar
|
||||
Navbar $navbar
|
||||
) {
|
||||
parent::__construct();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue