sidebar refactor
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Lucent\Schema\Sidebar\View;
|
||||
|
||||
class ItemData
|
||||
{
|
||||
public function __construct(
|
||||
public string $label,
|
||||
public string $href,
|
||||
public bool $isActive,
|
||||
public bool $isLink,
|
||||
)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user