Improve user interface

This commit is contained in:
Frédéric Guillot
2014-05-23 09:49:26 -04:00
parent a7167f63c5
commit 7b53d47d46
25 changed files with 586 additions and 541 deletions

View File

@@ -30,7 +30,7 @@ abstract class Base
* Database instance
*
* @access protected
* @var PicoDb
* @var \PicoDb\Database
*/
protected $db;
@@ -38,7 +38,7 @@ abstract class Base
* Event dispatcher instance
*
* @access protected
* @var Core\Event
* @var \Core\Event
*/
protected $event;