mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
remove dump mesages
This commit is contained in:
parent
cec1588e91
commit
722cf789ec
@ -316,13 +316,6 @@ class ChillMainExtension extends Extension implements
|
|||||||
// Note: the controller are loaded inside compiler pass
|
// Note: the controller are loaded inside compiler pass
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function configureSms(array $config, ContainerBuilder $container, Loader\YamlFileLoader $loader): void
|
|
||||||
{
|
|
||||||
$dsn = parse_url($config['dsn']);
|
|
||||||
|
|
||||||
dump($dsn);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected function prependCruds(ContainerBuilder $container)
|
protected function prependCruds(ContainerBuilder $container)
|
||||||
{
|
{
|
||||||
$container->prependExtensionConfig('chill_main', [
|
$container->prependExtensionConfig('chill_main', [
|
||||||
|
@ -43,9 +43,6 @@ class EntityToJsonTransformer implements DataTransformerInterface
|
|||||||
|
|
||||||
public function reverseTransform($value)
|
public function reverseTransform($value)
|
||||||
{
|
{
|
||||||
dump($value);
|
|
||||||
dump($this->type);
|
|
||||||
dump($this->multiple);
|
|
||||||
$denormalized = json_decode($value, true);
|
$denormalized = json_decode($value, true);
|
||||||
|
|
||||||
if ($this->multiple) {
|
if ($this->multiple) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user