diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-28 17:36:55 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-28 17:36:55 -0400 |
commit | d6c1c1ea33de6386fabe7c9546bfae1c38d3b9e7 (patch) | |
tree | ee4f0a0d830c7019061204a1d659ff00ce6c29f5 /app/Controller | |
parent | 88ee691bb9c17bd6d2b93873ed789d2edc120b37 (diff) |
Improve notification classes and move interface to core
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/UserCreationController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/UserCreationController.php b/app/Controller/UserCreationController.php index 49f9db54..4ae170e0 100644 --- a/app/Controller/UserCreationController.php +++ b/app/Controller/UserCreationController.php @@ -3,7 +3,7 @@ namespace Kanboard\Controller; use Kanboard\Core\Security\Role; -use Kanboard\Notification\Mail as MailNotification; +use Kanboard\Notification\MailNotification; /** * Class UserCreationController |