Skip to content

Commit

Permalink
feat: Add slug field
Browse files Browse the repository at this point in the history
  • Loading branch information
64knl committed Jan 25, 2023
1 parent 3d9aad8 commit 6a7ef95
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/NotFound/Layout/Inputs/LayoutInputSlug.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace NotFound\Layout\Inputs;

class LayoutInputSlug extends AbstractInput
{
protected string $type = 'InputSlug';

protected string $value = '';
}

0 comments on commit 6a7ef95

Please sign in to comment.