We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9aad8 commit 6a7ef95Copy full SHA for 6a7ef95
src/NotFound/Layout/Inputs/LayoutInputSlug.php
@@ -0,0 +1,10 @@
1
+<?php
2
+
3
+namespace NotFound\Layout\Inputs;
4
5
+class LayoutInputSlug extends AbstractInput
6
+{
7
+ protected string $type = 'InputSlug';
8
9
+ protected string $value = '';
10
+}
0 commit comments