Completed
Push — master ( e550d2...4cccf1 )
by Nikita
05:55
created
src/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         $entity->save();
51 51
 
52 52
         // Go to correct form URL
53
-        url()->redirect($this->system->module('cms')->baseUrl.'/'.$this->id . '/form/' . $entity->id);
53
+        url()->redirect($this->system->module('cms')->baseUrl.'/'.$this->id.'/form/'.$entity->id);
54 54
     }
55 55
 
56 56
     /**
Please login to merge, or discard this patch.
src/field/FullName.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
  */
8 8
 namespace samsoncms\app\user\field;
9 9
 
10
-use samsonframework\core\RenderInterface;
11
-use samsonframework\orm\QueryInterface;
12 10
 use samsoncms\field\Generic;
13 11
 
14 12
 /**
Please login to merge, or discard this patch.