Skip to content

Commit 2a176ed

Browse files
author
Roman Gsponer
committed
Fix Textarea Linebreak
1 parent 03defa6 commit 2a176ed

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

classes/Request.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@
1010
* @license https://plain-solutions.net/terms/
1111
*/
1212

13-
use Kirby\Cms\App;
1413
use Kirby\Toolkit\I18n;
1514
use Kirby\Http\Request\Files;
1615
use Kirby\Filesystem\F;
1716
use Kirby\Toolkit\A;
1817
use Kirby\Toolkit\Str;
19-
use Kirby\Uuid\Uuid;
2018

2119
class Request
2220
{

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "plain/kirby-form-block-suite",
33
"description": "Contactform based on Kirby blocks.",
44
"type": "kirby-plugin",
5-
"version": "5.1.7",
5+
"version": "5.1.8",
66
"license": "GPL-3.0-only",
77
"homepage": "https://plain-solutions.net/801346",
88
"authors": [

0 commit comments

Comments
 (0)