| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class PropelConfig extends SprykerPropelConfig |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @return array<mixed> |
||
| 18 | */ |
||
| 19 | public function getProjectPropelSchemaPathPatterns(): array |
||
| 24 | ); |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Specification: |
||
| 29 | * - If true, adds additional shared logger that will send all Propel logs to the same destination as regular logs. |
||
| 30 | * |
||
| 31 | * @api |
||
| 32 | * |
||
| 33 | * @return bool |
||
| 34 | */ |
||
| 35 | public function isSharedLoggerEnabled(): bool |
||
| 40 |