Skip to content

Commit

Permalink
Micro LazyLoader now has a getter for the definition property
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Macpherson committed Jul 3, 2016
1 parent 818322e commit 5dd068d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phalcon/mvc/micro/lazyloader.zep
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ class LazyLoader
{
protected _handler;

protected _definition;
protected _definition {
get
};

/**
* Phalcon\Mvc\Micro\LazyLoader constructor
Expand Down

0 comments on commit 5dd068d

Please sign in to comment.