We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9e38b commit 58063eeCopy full SHA for 58063ee
src/Server.php
@@ -96,7 +96,7 @@ final public function setNotifications(SolidNotificationsInterface $notification
96
//////////////////////////////// PUBLIC API \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
97
98
// @TODO: The Graph should be injected by the caller
99
- final public function __construct(Filesystem $filesystem, Response $response, ?Graph $graph)
+ final public function __construct(Filesystem $filesystem, Response $response, ?Graph $graph = null)
100
{
101
$this->basePath = '';
102
$this->baseUrl = '';
0 commit comments