forked from audrey/intranet
remove obsolete code
This commit is contained in:
parent
c52570c16c
commit
5ec1604443
@ -1,13 +0,0 @@
|
|||||||
<?php
|
|
||||||
namespace jv\intranet\Types;
|
|
||||||
class NavbarItem
|
|
||||||
{
|
|
||||||
public $title;
|
|
||||||
public $url;
|
|
||||||
public function __construct($_title = "N/A", $_url = "N/A")
|
|
||||||
{
|
|
||||||
$this->title = $_title;
|
|
||||||
$this->url = $_url;
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user