diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-24 12:24:22 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-24 12:24:22 +0100 |
commit | 452f5801b62b191123f9ded6c02844275ab62259 (patch) | |
tree | e5a20b6bcf3c73a819efd44a4c36b3e74b84d265 /app/class/controller.php | |
parent | 055bbcbd61a56e39408e7d2b9d83c47fc76daa20 (diff) | |
download | wcms-452f5801b62b191123f9ded6c02844275ab62259.tar.gz wcms-452f5801b62b191123f9ded6c02844275ab62259.zip |
user self delete
Diffstat (limited to 'app/class/controller.php')
-rw-r--r-- | app/class/controller.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/class/controller.php b/app/class/controller.php index 5dfc09b..eef6967 100644 --- a/app/class/controller.php +++ b/app/class/controller.php @@ -2,7 +2,9 @@ class Controller { - + /** + * @var User + */ protected $user; protected $router; /** |