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 c6a522b commit ccc0c27Copy full SHA for ccc0c27
src/Architecture/ModularArchitectureRule.php
@@ -76,7 +76,7 @@ private function getDefaultLayerDependencies(): array
76
{
77
return [
78
self::LAYER_DOMAIN => [],
79
- self::LAYER_APPLICATION => [self::LAYER_DOMAIN],
+ self::LAYER_APPLICATION => [self::LAYER_DOMAIN, self::LAYER_INFRASTRUCTURE],
80
self::LAYER_INFRASTRUCTURE => [self::LAYER_DOMAIN, self::LAYER_APPLICATION],
81
self::LAYER_PRESENTATION => [self::LAYER_DOMAIN, self::LAYER_APPLICATION],
82
];
0 commit comments