Completed
Branch master (0f08ce)
by Pierre-Henry
139:04 queued 84:13
created
_protected/app/system/modules/note/forms/NoteForm.php 1 patch
Unused Use Statements   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -7,11 +7,10 @@
 block discarded – undo
7 7
  */
8 8
 namespace PH7;
9 9
 
10
-use
11
-PH7\Framework\Session\Session,
12
-PH7\Framework\Mvc\Model\DbConfig,
13
-PH7\Framework\Mvc\Router\Uri,
14
-PH7\Framework\Url\Header;
10
+use PH7\Framework\Session\Session;
11
+use PH7\Framework\Mvc\Model\DbConfig;
12
+use PH7\Framework\Mvc\Router\Uri;
13
+use PH7\Framework\Url\Header;
15 14
 
16 15
 class NoteForm
17 16
 {
Please login to merge, or discard this patch.