Skip to content

Commit 13465f1

Browse files
authored
Create IMultistepFormFactory.php
1 parent 061d357 commit 13465f1

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+
declare(strict_types = 1);
4+
5+
namespace Infinityloop\MultistepForm;
6+
7+
interface IMultistepFormFactory
8+
{
9+
public function create() : \Infinityloop\MultistepForm\MultistepForm;
10+
}

0 commit comments

Comments
 (0)