Skip to content

Commit acc7ecb

Browse files
committed
ApiExceptionBundle вынесены в отдельный пакет.
1 parent 6db20d5 commit acc7ecb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
"proklung/bitrixckeditorbundle": "^1.0",
100100
"proklung/bitrixsymfonyrouterbundle": "^1.0",
101101
"proklung/collection-extender-bundle": "^1.0",
102-
"proklung/bitrix-custom-properties-bundle": "^1.0"
102+
"proklung/bitrix-custom-properties-bundle": "^1.0",
103+
"proklung/api-exception-bundle": "^1.0"
103104
},
104105
"require-dev": {
105106
"squizlabs/php_codesniffer": "2.*",

local/configs/standalone_bundles.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Prokl\StaticPageMakerBundle\StaticPageMakerBundle::class => ['all' => true],
1414
Local\Bundles\ModelBundle\ModelBundle::class => ['all' => true],
1515
Local\Bundles\BitrixWebformBundle\BitrixWebformBundle::class => ['all' => true],
16-
Local\Bundles\BitrixCustomPropertiesBundle\BitrixCustomPropertiesBundle::class => ['all' => true],
16+
Prokl\ApiExceptionBundle\M6WebApiExceptionBundle::class => ['all' => true],
1717
Local\Bundles\BitrixIblockElementValidatorBundle\BitrixIblockElementValidatorBundle::class => ['all' => true],
1818
Local\Bundles\UrlSignedBundle\UrlSignedBundle::class => ['all' => true],
1919
Prokl\BitrixOgGraphBundle\BitrixOgGraphBundle::class => ['all' => true],

0 commit comments

Comments
 (0)