Skip to content

Commit 2bd27c6

Browse files
authored
Update AppInterface.php
1 parent 8f1d2ec commit 2bd27c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Frdlweb/AppInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
interface AppInterface
1010
{
1111
public function __construct(string $env = null, string $dir = null);
12-
public static function getInstance(string $env = null, string $dir = null) : AppInterface;
1312
public function getContainer() : ContainerInterface;
1413
public function boot(): AppInterface;
1514
public function handle(\Psr\Http\Message\ServerRequestInterface $request = null);

0 commit comments

Comments
 (0)