diff --git a/src/Application.php b/src/Application.php index 17c61ef0..84f1631c 100644 --- a/src/Application.php +++ b/src/Application.php @@ -32,19 +32,6 @@ public function buildsPath(string $path = ''): string return $this->basePath('builds'.($path ? DIRECTORY_SEPARATOR.$path : $path)); } - /** - * {@inheritdoc} - */ - protected function registerBaseBindings(): void - { - parent::registerBaseBindings(); - - /* - * Ignores auto-discovery. - */ - $this->make(PackageManifest::class)->manifest = []; - } - /** * {@inheritdoc} */