Skip to content

Commit cc206e8

Browse files
perf(laravel) Updates WorkbenchServiceProvider to use null for the default cache driver
1 parent b766203 commit cc206e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Laravel/workbench/app/Providers/WorkbenchServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function register(): void
3232
{
3333
$config = $this->app['config'];
3434
$config->set('api-platform.resources', [app_path('Models'), app_path('ApiResource')]);
35+
$config->set('cache.default', 'null');
3536
}
3637

3738
/**

0 commit comments

Comments
 (0)