We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1d2ec commit 2bd27c6Copy full SHA for 2bd27c6
src/Frdlweb/AppInterface.php
@@ -9,7 +9,6 @@
9
interface AppInterface
10
{
11
public function __construct(string $env = null, string $dir = null);
12
- public static function getInstance(string $env = null, string $dir = null) : AppInterface;
13
public function getContainer() : ContainerInterface;
14
public function boot(): AppInterface;
15
public function handle(\Psr\Http\Message\ServerRequestInterface $request = null);
0 commit comments