Add debug option

This commit is contained in:
Frédéric Guillot
2014-12-31 12:56:29 -05:00
parent 772804add8
commit 198f8d6a8e
8 changed files with 23 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ use Pimple\Container;
* @property \Model\Acl $acl
* @property \Model\LastLogin $lastLogin
* @property \Model\User $user
* @property \Model\UserSession $userSession
*/
abstract class Base
{