Just a new TODO note
This commit is contained in:
parent
2c3da5969a
commit
1659df216d
|
@ -29,6 +29,9 @@ abstract class AbstractObject
|
|||
private $properties = array();
|
||||
private $request = null;
|
||||
|
||||
// TODO: Fetching parent states if any would be nice
|
||||
// Same goes for host/service dependencies
|
||||
|
||||
public function __construct(Request $request)
|
||||
{
|
||||
$this->request = $request;
|
||||
|
|
Loading…
Reference in New Issue