Skip to content

Commit 6a7ef95

Browse files
committed
feat: Add slug field
1 parent 3d9aad8 commit 6a7ef95

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)