We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a579d8 commit 1b47d18Copy full SHA for 1b47d18
1 file changed
solid/lib/AppInfo/Application.php
@@ -53,8 +53,8 @@ public function register(IRegistrationContext $context): void {
53
$context->registerService('User', function($c) {
54
return $c->query('UserSession')->getUser();
55
});
56
-
57
}
58
59
- public function boot(IBootContext $context): void {}
60
-}
+ public function boot(IBootContext $context): void {
+ }
+}
0 commit comments