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.
1 parent 98d5cde commit 39762deCopy full SHA for 39762de
src/Application.php
@@ -48,12 +48,11 @@ public function bootstrap(): void
48
// Call parent to load bootstrap from files.
49
parent::bootstrap();
50
51
- if (PHP_SAPI !== 'cli') {
52
- FactoryLocator::add(
53
- 'Table',
54
- (new TableLocator())->allowFallbackClass(false),
55
- );
56
- }
+ // Use if you need fallback tables
+ //FactoryLocator::add(
+ // 'Table',
+ // (new TableLocator())->allowFallbackClass(false),
+ //);
57
}
58
59
/**
0 commit comments