From 550d0316bb383f4df825f730864c8d0054fa2a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Labrecque?= Date: Wed, 8 Nov 2023 14:00:52 -0500 Subject: [PATCH] Enable package auto-discovery. --- src/Application.php | 13 ------------- 1 file changed, 13 deletions(-) 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} */