Skip to content

Commit 01f879c

Browse files
authored
Update WebAppInterface.php
1 parent 07ecb2a commit 01f879c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Frdlweb/WebAppInterface.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?php
22
namespace Frdlweb;
33

4-
interface WebAppInterface extends \frdlweb\AppInterface
4+
use Frdlweb\AppInterface;
5+
6+
interface WebAppInterface extends AppInterface
57
{
68

79
}

0 commit comments

Comments
 (0)