Skip to content

Commit

Permalink
removed include statement to eliminate errors in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwlaurenz committed Jan 4, 2021
1 parent e89b69f commit 6d8048b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ public function register(IRegistrationContext $context): void
$context->registerService('RootStorage', function ($c) {
return $c->query('ServerContainer')->getUserFolder();
});


// Register the composer autoloader for packages shipped by this app, if applicable
include_once __DIR__ . '/../../vendor/autoload.php';
}

public function boot(IBootContext $context): void
Expand Down

1 comment on commit 6d8048b

@major-mayer
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closes #3

Please sign in to comment.