diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-11 21:25:07 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-11 21:25:07 -0400 |
commit | d220ce9bba7978e30eb3b35e2fb9bf0228d73c56 (patch) | |
tree | 41d2282e04541e73a4b972fa848934a374061511 /app/Model | |
parent | 9da8470a3cba02f5c848ca0e8c0eec1d29b1398a (diff) |
Remove unused use statements
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Notification.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Model/Notification.php b/app/Model/Notification.php index 3f9f9ed0..34500483 100644 --- a/app/Model/Notification.php +++ b/app/Model/Notification.php @@ -2,7 +2,6 @@ namespace Model; -use Core\Session; use Core\Translator; /** |