Skip to content

Commit

Permalink
chore: fix failing standalone ci tasks (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianzimmermann authored Nov 26, 2024
1 parent 5d265b4 commit d10271e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/Shared/config_default.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

use Spryker\Shared\ErrorHandler\ErrorHandlerConstants;
use Spryker\Shared\Kernel\KernelConstants;

$config[KernelConstants::PROJECT_NAMESPACES] = [
'Pyz',
];
$config[KernelConstants::CORE_NAMESPACES] = [
'Spryker',
];

$config[KernelConstants::PROJECT_NAMESPACE] = 'Pyz';

$config[ErrorHandlerConstants::ERROR_LEVEL] = E_ALL;

0 comments on commit d10271e

Please sign in to comment.