Remove ide-helper'sprovider from config.app because it is auto-discovered

PR: https://github.com/crater-invoice/crater/pull/1257
This commit is contained in:
gdarko
2024-01-28 18:30:13 -06:00
parent bec01139b5
commit aa113d6a77

View File

@@ -168,8 +168,7 @@ return [
InvoiceShelf\Providers\EventServiceProvider::class,
InvoiceShelf\Providers\RouteServiceProvider::class,
InvoiceShelf\Providers\DropboxServiceProvider::class,
InvoiceShelf\Providers\ViewServiceProvider::class,
Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,
InvoiceShelf\Providers\ViewServiceProvider::class
],
/*