Skip to content

Commit 2a8b902

Browse files
authored
Create WebAppInterface.php
1 parent e4c4069 commit 2a8b902

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Frdlweb/WebAppInterface.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
namespace Frdlweb;
3+
4+
interface WebAppInterface extends AppInterface
5+
{
6+
7+
}

0 commit comments

Comments
 (0)