We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03defa6 commit 2a176edCopy full SHA for 2a176ed
classes/Request.php
@@ -10,13 +10,11 @@
10
* @license https://plain-solutions.net/terms/
11
*/
12
13
-use Kirby\Cms\App;
14
use Kirby\Toolkit\I18n;
15
use Kirby\Http\Request\Files;
16
use Kirby\Filesystem\F;
17
use Kirby\Toolkit\A;
18
use Kirby\Toolkit\Str;
19
-use Kirby\Uuid\Uuid;
20
21
class Request
22
{
composer.json
@@ -2,7 +2,7 @@
2
"name": "plain/kirby-form-block-suite",
3
"description": "Contactform based on Kirby blocks.",
4
"type": "kirby-plugin",
5
- "version": "5.1.7",
+ "version": "5.1.8",
6
"license": "GPL-3.0-only",
7
"homepage": "https://plain-solutions.net/801346",
8
"authors": [
0 commit comments