Skip to content

Commit 7cdd453

Browse files
authored
Create StubModuleInterface.php
1 parent 293c6bf commit 7cdd453

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/frdlweb/StubModuleInterface.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
namespace frdlweb;
4+
5+
interface StubModuleInterface extends StubInterface
6+
{
7+
public function autoload( ) : object;
8+
}
9+

0 commit comments

Comments
 (0)