@@ -50,7 +50,7 @@ |
||
| 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 | /** |
@@ -7,8 +7,6 @@ |
||
| 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 | /** |