diff --git a/src/Application.php b/src/Application.php index f5714eade..8428a535a 100644 --- a/src/Application.php +++ b/src/Application.php @@ -99,5 +99,7 @@ public function middleware(MiddlewareQueue $middlewareQueue): MiddlewareQueue */ public function services(ContainerInterface $container): void { + // Allow your Tables to be dependency injected + //$container->delegate(new \Cake\ORM\Locator\TableContainer()); } }