We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df3967a + e1d344e commit ee50fe1Copy full SHA for ee50fe1
src/Application.php
@@ -49,10 +49,8 @@ public function bootstrap(): void
49
parent::bootstrap();
50
51
if (PHP_SAPI !== 'cli') {
52
- FactoryLocator::add(
53
- 'Table',
54
- (new TableLocator())->allowFallbackClass(false),
55
- );
+ // The bake plugin requires fallback table classes to work properly
+ FactoryLocator::add('Table', (new TableLocator())->allowFallbackClass(false));
56
}
57
58
0 commit comments