File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 19
19
use Prooph \EventMachine \Container \EventMachineContainer ;
20
20
use Prooph \EventMachine \Container \ServiceRegistry ;
21
21
use Prooph \EventMachine \EventMachine ;
22
- use Prooph \EventMachine \GraphQL \Server ;
23
22
use Prooph \EventMachine \Http \MessageBox ;
24
23
use Prooph \EventMachine \Messaging \Message ;
25
24
use Prooph \EventMachine \Persistence \DocumentStore ;
@@ -76,13 +75,6 @@ public function eventMachineHttpMessageSchema(): MessageSchemaMiddleware
76
75
});
77
76
}
78
77
79
- public function graphQlServer (): Server
80
- {
81
- return $ this ->makeSingleton (Server::class, function () {
82
- return $ this ->eventMachine ()->graphqlServer ();
83
- });
84
- }
85
-
86
78
public function pdoConnection (): \PDO
87
79
{
88
80
return $ this ->makeSingleton (\PDO ::class, function () {
You can’t perform that action at this time.
0 commit comments