App\DTOs\Category::setCategoryImage(): Implicitly marking parameter $categoryImage as nullable is deprecated, the explicit nullable type must be used instead
App\DTOs\Category::setCategoryFilm(): Implicitly marking parameter $categoryFilm as nullable is deprecated, the explicit nullable type must be used instead
App\DTOs\Category::setCategoryPdf(): Implicitly marking parameter $categoryPdf as nullable is deprecated, the explicit nullable type must be used instead
App\DTOs\Category::setCategoryNameAim(): Implicitly marking parameter $categoryNameAim as nullable is deprecated, the explicit nullable type must be used instead
App\DTOs\Category::setMetaDescription(): Implicitly marking parameter $metaDescription as nullable is deprecated, the explicit nullable type must be used instead
App\DTOs\Category::setMetaKeywords(): Implicitly marking parameter $metaKeywords as nullable is deprecated, the explicit nullable type must be used instead
App\DTOs\Category::setParentCategory(): Implicitly marking parameter $parentCategory as nullable is deprecated, the explicit nullable type must be used instead
Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Solarium\Core\Query\AbstractDocument" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Solarium\QueryType\Select\Result\Document" now to avoid errors or add an explicit @return annotation to suppress this message.
Since doctrine/doctrine-bundle 3.1: The "doctrine.orm.controller_resolver.auto_mapping" option is deprecated and will be removed in DoctrineBundle 4.0, as it only accepts `false` since 3.0.
User Deprecated: Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)
User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Solarium\Core\Query\Result\Result" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Solarium\Core\Query\AbstractDocument" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Solarium\QueryType\Select\Result\Document" now to avoid errors or add an explicit @return annotation to suppress this message.
Deprecated: App\DTOs\Category::setCategoryImage(): Implicitly marking parameter $categoryImage as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\DTOs\Category::setCategoryFilm(): Implicitly marking parameter $categoryFilm as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\DTOs\Category::setCategoryPdf(): Implicitly marking parameter $categoryPdf as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\DTOs\Category::setCategoryNameAim(): Implicitly marking parameter $categoryNameAim as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\DTOs\Category::setMetaTitle(): Implicitly marking parameter $metaTitle as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\DTOs\Category::setMetaDescription(): Implicitly marking parameter $metaDescription as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\DTOs\Category::setMetaKeywords(): Implicitly marking parameter $metaKeywords as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\DTOs\Category::setParentCategory(): Implicitly marking parameter $parentCategory as nullable is deprecated, the explicit nullable type must be used instead
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 1702 => 170]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 7452 => 745]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 5222 => 522]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 3972 => 397]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 9122 => 912]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 3822 => 382]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 5842 => 584]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 12632 => 1263]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 12132 => 1213]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 5242 => 524]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 10022 => 1002]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 8592 => 859]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 12842 => 1284]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 14882 => 1488]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 14562 => 1456]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 14362 => 1436]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 3322 => 332]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 15032 => 1503]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 12142 => 1214]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 12522 => 1252]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 5002 => 500]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 4382 => 438]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 11592 => 1159]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 1252 => 125]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 3952 => 395]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 13952 => 1395]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 7692 => 769]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 12902 => 1290]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[
"sql" => """
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
"params" => [1 => 6862 => 686]
"types" => [1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#952}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image\n\t FROM kategorije k \n\t WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1 AND k.fl_alat = 1\n\t UNION ALL \n\t (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image\n\t FROM kategorije_veze c1, kategorije c2 \n\t WHERE c1.category_id = c2.id and c1.parent_category_id = ? and c1.active = 1 and c2.show_category = 1 AND c2.fl_alat = 1) \n\t ORDER BY category_name
"""
[3 => 36004 => 17807122921 => "cache_tree_aim_170"
2 => "a:2:{s:13:"subCategories";a:29:{i:0;a:7:{s:11:"category_id";i:745;s:13:"category_name";s:11:"Akumulatori";s:17:"category_name_seo";s:11:"akumulatori";s:17:"category_name_aim";s:11:"Akumulatori";s:14:"category_image";s:18:"745-1314710424.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"25679";s:10:"product_id";i:25679;s:4:"name";s:39:"Moto akumulator YB3L-A 12V 3Ah LANDPORT";s:12:"product_name";s:39:"Moto akumulator YB3L-A 12V 3Ah LANDPORT";s:3:"url";s:39:"moto-akumulator-yb3l-a-12v-3ah-landport";s:4:"path";s:11:"/1/170/745/";}i:1;a:6:{s:2:"id";s:5:"25628";s:10:"product_id";i:25628;s:4:"name";s:39:"Moto akumulator YB4L-B 12V 4Ah LANDPORT";s:12:"product_name";s:39:"Moto akumulator YB4L-B 12V 4Ah LANDPORT";s:3:"url";s:39:"moto-akumulator-yb4l-b-12v-4ah-landport";s:4:"path";s:11:"/1/170/745/";}i:2;a:6:{s:2:"id";s:5:"25745";s:10:"product_id";i:25745;s:4:"name";s:39:"Moto akumulator YB5L-B 12V 5Ah LANDPORT";s:12:"product_name";s:39:"Moto akumulator YB5L-B 12V 5Ah LANDPORT";s:3:"url";s:39:"moto-akumulator-yb5l-b-12v-5ah-landport";s:4:"path";s:11:"/1/170/745/";}i:3;a:6:{s:2:"id";s:6:"118673";s:10:"product_id";i:118673;s:4:"name";s:47:"Akumulator za motore Landport LT7B-BS 12V 6.5Ah";s:12:"product_name";s:47:"Akumulator za motore Landport LT7B-BS 12V 6.5Ah";s:3:"url";s:46:"akumulator-za-motore-landport-lt7b-bs-12v-65ah";s:4:"path";s:11:"/1/170/745/";}i:4;a:6:{s:2:"id";s:5:"25746";s:10:"product_id";i:25746;s:4:"name";s:38:"Moto akumulator YB7-A 12V 8Ah LANDPORT";s:12:"product_name";s:38:"Moto akumulator YB7-A 12V 8Ah LANDPORT";s:3:"url";s:38:"moto-akumulator-yb7-a-12v-8ah-landport";s:4:"path";s:11:"/1/170/745/";}}}i:1;a:7:{s:11:"category_id";i:522;s:13:"category_name";s:24:"Auto adapteri i punjači";s:17:"category_name_seo";s:23:"auto-adapteri-i-punjaci";s:17:"category_name_aim";s:24:"Auto adapteri i punjači";s:14:"category_image";s:18:"522-1289652291.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"66230";s:10:"product_id";i:66230;s:4:"name";s:61:"Utikač za kabl 1kom autoupaljača pakovanje od 5 komada WS10";s:12:"product_name";s:61:"Utikač za kabl 1kom autoupaljača pakovanje od 5 komada WS10";s:3:"url";s:59:"utikac-za-kabl-1kom-autoupaljaca-pakovanje-od-5-komada-ws10";s:4:"path";s:11:"/1/170/522/";}i:1;a:6:{s:2:"id";s:5:"70014";s:10:"product_id";i:70014;s:4:"name";s:57:"Utikač za kabel autoupaljača pakovanje od 5 komada WS20";s:12:"product_name";s:57:"Utikač za kabel autoupaljača pakovanje od 5 komada WS20";s:3:"url";s:55:"utikac-za-kabel-autoupaljaca-pakovanje-od-5-komada-ws20";s:4:"path";s:11:"/1/170/522/";}i:2;a:6:{s:2:"id";s:5:"25512";s:10:"product_id";i:25512;s:4:"name";s:33:"Traka za vađenje akumulatora DHC";s:12:"product_name";s:33:"Traka za vađenje akumulatora DHC";s:3:"url";s:32:"traka-za-vadenje-akumulatora-dhc";s:4:"path";s:11:"/1/170/522/";}i:3;a:6:{s:2:"id";s:6:"115887";s:10:"product_id";i:115887;s:4:"name";s:44:"Auto punjač Micro USB, BRZI PUNJAČ 2400mAh";s:12:"product_name";s:44:"Auto punjač Micro USB, BRZI PUNJAČ 2400mAh";s:3:"url";s:41:"auto-punjac-micro-usb-brzi-punjac-2400mah";s:4:"path";s:11:"/1/170/522/";}i:4;a:6:{s:2:"id";s:5:"57986";s:10:"product_id";i:57986;s:4:"name";s:20:"Dekoder BRT-12 EXIDE";s:12:"product_name";s:20:"Dekoder BRT-12 EXIDE";s:3:"url";s:20:"dekoder-brt-12-exide";s:4:"path";s:11:"/1/170/522/";}}}i:2;a:7:{s:11:"category_id";i:397;s:13:"category_name";s:15:"Auto navigacija";s:17:"category_name_seo";s:15:"auto-navigacija";s:17:"category_name_aim";s:15:"Auto navigacija";s:14:"category_image";s:18:"397-1675245569.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:3;a:7:{s:11:"category_id";i:912;s:13:"category_name";s:13:"Auto punjači";s:17:"category_name_seo";s:12:"auto-punjaci";s:17:"category_name_aim";s:13:"Auto punjači";s:14:"category_image";s:18:"912-1323188538.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:2:{i:0;a:6:{s:2:"id";s:5:"66620";s:10:"product_id";i:66620;s:4:"name";s:41:"Auto punjač brzi Mikro USB 2000 mAh Hama";s:12:"product_name";s:41:"Auto punjač brzi Mikro USB 2000 mAh Hama";s:3:"url";s:40:"auto-punjac-brzi-mikro-usb-2000-mah-hama";s:4:"path";s:15:"/1/169/318/912/";}i:1;a:6:{s:2:"id";s:5:"66615";s:10:"product_id";i:66615;s:4:"name";s:53:"Auto punjač za iPhone 3G/3G S/4/4S i iPod, beli Hama";s:12:"product_name";s:53:"Auto punjač za iPhone 3G/3G S/4/4S i iPod, beli Hama";s:3:"url";s:48:"auto-punjac-za-iphone-3g3g-s44s-i-ipod-beli-hama";s:4:"path";s:15:"/1/169/318/912/";}}}i:4;a:7:{s:11:"category_id";i:382;s:13:"category_name";s:25:"Auto Video i Audio oprema";s:17:"category_name_seo";s:25:"auto-video-i-audio-oprema";s:17:"category_name_aim";s:25:"Auto Video i Audio oprema";s:14:"category_image";s:18:"382-1675158537.jpg";s:13:"subCategories";a:4:{i:0;a:5:{s:11:"category_id";i:1063;s:13:"category_name";s:18:"AV tjuneri za kola";s:17:"category_name_seo";s:18:"av-tjuneri-za-kola";s:17:"category_name_aim";s:18:"AV tjuneri za kola";s:14:"category_image";s:19:"1063-1355838657.jpg";}i:1;a:5:{s:11:"category_id";i:1024;s:13:"category_name";s:14:"Kamere za kola";s:17:"category_name_seo";s:14:"kamere-za-kola";s:17:"category_name_aim";s:14:"Kamere za kola";s:14:"category_image";s:19:"1024-1348066949.jpg";}i:2;a:5:{s:11:"category_id";i:384;s:13:"category_name";s:22:"Radio, CD, DVD za kola";s:17:"category_name_seo";s:20:"radio-cd-dvd-za-kola";s:17:"category_name_aim";s:22:"Radio, CD, DVD za kola";s:14:"category_image";s:18:"384-1570869895.jpg";}i:3;a:5:{s:11:"category_id";i:383;s:13:"category_name";s:17:"Zvučnici za kola";s:17:"category_name_seo";s:16:"zvucnici-za-kola";s:17:"category_name_aim";s:17:"Zvučnici za kola";s:14:"category_image";s:18:"383-1675073224.jpg";}}s:8:"products";a:0:{}}i:5;a:7:{s:11:"category_id";i:584;s:13:"category_name";s:18:"Dekalamit mazalice";s:17:"category_name_seo";s:18:"dekalamit-mazalice";s:17:"category_name_aim";s:18:"Dekalamit mazalice";s:14:"category_image";s:18:"584-1475847436.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"56623";s:10:"product_id";i:56623;s:4:"name";s:28:"Crevo za mazalicu L-300 YATO";s:12:"product_name";s:28:"Crevo za mazalicu L-300 YATO";s:3:"url";s:28:"crevo-za-mazalicu-l-300-yato";s:4:"path";s:13:"/1/21/23/584/";}i:1;a:6:{s:2:"id";s:6:"116194";s:10:"product_id";i:116194;s:4:"name";s:46:"Crevo za mazačicu, 8 × 300 mm HT8G920 Hogert";s:12:"product_name";s:46:"Crevo za mazačicu, 8 × 300 mm HT8G920 Hogert";s:3:"url";s:41:"crevo-za-mazacicu-8-300-mm-ht8g920-hogert";s:4:"path";s:13:"/1/21/23/584/";}i:2;a:6:{s:2:"id";s:5:"74193";s:10:"product_id";i:74193;s:4:"name";s:34:"Rezervna glava za mazalicu Pressol";s:12:"product_name";s:34:"Rezervna glava za mazalicu Pressol";s:3:"url";s:33:"rezervna-glava-za-mazalicu-presol";s:4:"path";s:13:"/1/21/23/584/";}i:3;a:6:{s:2:"id";s:6:"115961";s:10:"product_id";i:115961;s:4:"name";s:35:"Hogert HT8G915 spojnica za mazalicu";s:12:"product_name";s:35:"Hogert HT8G915 spojnica za mazalicu";s:3:"url";s:35:"hogert-ht8g915-spojnica-za-mazalicu";s:4:"path";s:13:"/1/21/23/584/";}i:4;a:6:{s:2:"id";s:5:"74191";s:10:"product_id";i:74191;s:4:"name";s:44:"Crevo rezervno za mazalice Ø8x300mm Pressol";s:12:"product_name";s:44:"Crevo rezervno za mazalice Ø8x300mm Pressol";s:3:"url";s:41:"crevo-rezervno-za-mazalice-8x300mm-presol";s:4:"path";s:13:"/1/21/23/584/";}}}i:6;a:7:{s:11:"category_id";i:1263;s:13:"category_name";s:31:"Dijagnostika i praćenje vozila";s:17:"category_name_seo";s:30:"dijagnostika-i-pracenje-vozila";s:17:"category_name_aim";s:31:"Dijagnostika i praćenje vozila";s:14:"category_image";s:19:"1263-1428418170.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:7;a:7:{s:11:"category_id";i:1213;s:13:"category_name";s:16:"Dizalice za auto";s:17:"category_name_seo";s:16:"dizalice-za-auto";s:17:"category_name_aim";s:16:"Dizalice za auto";s:14:"category_image";s:19:"1213-1675245704.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"120826";s:10:"product_id";i:120826;s:4:"name";s:16:"Držač 3t 2 kom";s:12:"product_name";s:16:"Držač 3t 2 kom";s:3:"url";s:14:"drzac-3t-2-kom";s:4:"path";s:15:"/1/21/408/1213/";}i:1;a:6:{s:2:"id";s:6:"120705";s:10:"product_id";i:120705;s:4:"name";s:21:"Držac 3t 2 kom WOMAX";s:12:"product_name";s:21:"Držac 3t 2 kom WOMAX";s:3:"url";s:20:"drzac-3t-2-kom-womax";s:4:"path";s:15:"/1/21/408/1213/";}i:2;a:6:{s:2:"id";s:6:"119692";s:10:"product_id";i:119692;s:4:"name";s:31:"Dizalica za auto 2 T krokodilka";s:12:"product_name";s:31:"Dizalica za auto 2 T krokodilka";s:3:"url";s:31:"dizalica-za-auto-2-t-krokodilka";s:4:"path";s:15:"/1/21/408/1213/";}i:3;a:6:{s:2:"id";s:6:"120476";s:10:"product_id";i:120476;s:4:"name";s:26:"Rampa za automobil AUTOMAX";s:12:"product_name";s:26:"Rampa za automobil AUTOMAX";s:3:"url";s:26:"rampa-za-automobil-automax";s:4:"path";s:15:"/1/21/408/1213/";}i:4;a:6:{s:2:"id";s:6:"100259";s:10:"product_id";i:100259;s:4:"name";s:32:"Univerzalni nosač motora 450 kg";s:12:"product_name";s:32:"Univerzalni nosač motora 450 kg";s:3:"url";s:31:"univerzalni-nosac-motora-450-kg";s:4:"path";s:15:"/1/21/408/1213/";}}}i:8;a:7:{s:11:"category_id";i:524;s:13:"category_name";s:27:"Dodatna oprema za automobil";s:17:"category_name_seo";s:27:"dodatna-oprema-za-automobil";s:17:"category_name_aim";s:27:"Dodatna oprema za automobil";s:14:"category_image";s:18:"524-1289809760.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"58098";s:10:"product_id";i:58098;s:4:"name";s:47:"Set upaljač+konektor za auto 12V Lampa Italija";s:12:"product_name";s:47:"Set upaljač+konektor za auto 12V Lampa Italija";s:3:"url";s:45:"set-upaljackonektor-za-auto-12v-lampa-italija";s:4:"path";s:11:"/1/170/524/";}i:1;a:6:{s:2:"id";s:5:"48521";s:10:"product_id";i:48521;s:4:"name";s:42:"Zaštita od sunca prednja 130X60CM AUTOMAX";s:12:"product_name";s:42:"Zaštita od sunca prednja 130X60CM AUTOMAX";s:3:"url";s:41:"zastita-od-sunca-prednja-130x60cm-automax";s:4:"path";s:11:"/1/170/524/";}i:2;a:6:{s:2:"id";s:5:"10631";s:10:"product_id";i:10631;s:4:"name";s:48:"Zaštita od sunca za zadnje staklo za auto 83973";s:12:"product_name";s:48:"Zaštita od sunca za zadnje staklo za auto 83973";s:3:"url";s:47:"zastita-od-sunca-za-zadnje-staklo-za-auto-83973";s:4:"path";s:11:"/1/170/524/";}i:3;a:6:{s:2:"id";s:5:"44893";s:10:"product_id";i:44893;s:4:"name";s:33:"Razdelnik auto upaljača x2 SA022";s:12:"product_name";s:33:"Razdelnik auto upaljača x2 SA022";s:3:"url";s:32:"razdelnik-auto-upaljaca-x2-sa022";s:4:"path";s:11:"/1/170/524/";}i:4;a:6:{s:2:"id";s:5:"46177";s:10:"product_id";i:46177;s:4:"name";s:56:"Univerzaalni mini držač mobilnih telefona za auto Hama";s:12:"product_name";s:56:"Univerzaalni mini držač mobilnih telefona za auto Hama";s:3:"url";s:54:"univerzaalni-mini-drzac-mobilnih-telefona-za-auto-hama";s:4:"path";s:11:"/1/170/524/";}}}i:9;a:7:{s:11:"category_id";i:1002;s:13:"category_name";s:25:"Gume za vozila-pneumatici";s:17:"category_name_seo";s:25:"gume-za-vozila-pneumatici";s:17:"category_name_aim";s:25:"Gume za vozila-pneumatici";s:14:"category_image";s:19:"1002-1671829631.jpg";s:13:"subCategories";a:9:{i:0;a:5:{s:11:"category_id";i:1009;s:13:"category_name";s:21:"4x4 Pneumatici-letnji";s:17:"category_name_seo";s:21:"4x4-pneumatici-letnji";s:17:"category_name_aim";s:21:"4x4 Pneumatici-letnji";s:14:"category_image";s:19:"1009-1340718479.jpg";}i:1;a:5:{s:11:"category_id";i:1010;s:13:"category_name";s:21:"4x4 Pneumatici-zimski";s:17:"category_name_seo";s:21:"4x4-pneumatici-zimski";s:17:"category_name_aim";s:21:"4x4 Pneumatici-zimski";s:14:"category_image";s:19:"1010-1340718619.jpg";}i:2;a:5:{s:11:"category_id";i:1007;s:13:"category_name";s:16:"Auto gume-letnje";s:17:"category_name_seo";s:16:"auto-gume-letnje";s:17:"category_name_aim";s:16:"Auto gume-letnje";s:14:"category_image";s:19:"1007-1340368876.JPG";}i:3;a:5:{s:11:"category_id";i:1003;s:13:"category_name";s:16:"Auto gume-zimske";s:17:"category_name_seo";s:16:"auto-gume-zimske";s:17:"category_name_aim";s:16:"Auto gume-zimske";s:14:"category_image";s:19:"1003-1340364374.jpg";}i:4;a:5:{s:11:"category_id";i:1005;s:13:"category_name";s:16:"Moto gume-letnje";s:17:"category_name_seo";s:16:"moto-gume-letnje";s:17:"category_name_aim";s:16:"Moto gume-letnje";s:14:"category_image";s:19:"1005-1340368200.jpg";}i:5;a:5:{s:11:"category_id";i:1006;s:13:"category_name";s:16:"Moto gume-zimske";s:17:"category_name_seo";s:16:"moto-gume-zimske";s:17:"category_name_aim";s:16:"Moto gume-zimske";s:14:"category_image";s:19:"1006-1340368226.jpg";}i:6;a:5:{s:11:"category_id";i:1004;s:13:"category_name";s:19:"Teretne gume-letnje";s:17:"category_name_seo";s:19:"teretne-gume-letnje";s:17:"category_name_aim";s:19:"Teretne gume-letnje";s:14:"category_image";s:19:"1004-1340364454.jpg";}i:7;a:5:{s:11:"category_id";i:1008;s:13:"category_name";s:19:"Teretne gume-zimske";s:17:"category_name_seo";s:19:"teretne-gume-zimske";s:17:"category_name_aim";s:19:"Teretne gume-zimske";s:14:"category_image";s:19:"1008-1340368971.jpg";}i:8;a:5:{s:11:"category_id";i:1011;s:13:"category_name";s:16:"Univerzalne gume";s:17:"category_name_seo";s:16:"univerzalne-gume";s:17:"category_name_aim";s:16:"Univerzalne gume";s:14:"category_image";s:19:"1011-1340718726.jpg";}}s:8:"products";a:0:{}}i:10;a:7:{s:11:"category_id";i:859;s:13:"category_name";s:21:"Hidraulične dizalice";s:17:"category_name_seo";s:20:"hidraulicne-dizalice";s:17:"category_name_aim";s:21:"Hidraulične dizalice";s:14:"category_image";s:18:"859-1671829462.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"100753";s:10:"product_id";i:100753;s:4:"name";s:63:"Vazdušna pumpa CrV 35 cm za otvaranje i podizanje 135kg Levior";s:12:"product_name";s:63:"Vazdušna pumpa CrV 35 cm za otvaranje i podizanje 135kg Levior";s:3:"url";s:62:"vazdusna-pumpa-crv-35-cm-za-otvaranje-i-podizanje-135kg-levior";s:4:"path";s:14:"/1/21/408/859/";}i:1;a:6:{s:2:"id";s:6:"100358";s:10:"product_id";i:100358;s:4:"name";s:34:"Hidraulična dizalica 2T 158-308mm";s:12:"product_name";s:34:"Hidraulična dizalica 2T 158-308mm";s:3:"url";s:33:"hidraulicna-dizalica-2t-158-308mm";s:4:"path";s:14:"/1/21/408/859/";}i:2;a:6:{s:2:"id";s:6:"106016";s:10:"product_id";i:106016;s:4:"name";s:45:"Raider Hidraulicna dizalica RD-HB02 2t 300101";s:12:"product_name";s:45:"Raider Hidraulicna dizalica RD-HB02 2t 300101";s:3:"url";s:45:"raider-hidraulicna-dizalica-rd-hb02-2t-300101";s:4:"path";s:14:"/1/21/408/859/";}i:3;a:6:{s:2:"id";s:5:"81672";s:10:"product_id";i:81672;s:4:"name";s:24:"Dizalica hidraulična 4T";s:12:"product_name";s:24:"Dizalica hidraulična 4T";s:3:"url";s:23:"dizalica-hidraulicna-4t";s:4:"path";s:14:"/1/21/408/859/";}i:4;a:6:{s:2:"id";s:6:"109386";s:10:"product_id";i:109386;s:4:"name";s:34:"Hidraulična dizalica 2T Neo Tools";s:12:"product_name";s:34:"Hidraulična dizalica 2T Neo Tools";s:3:"url";s:33:"hidraulicna-dizalica-2t-neo-tools";s:4:"path";s:14:"/1/21/408/859/";}}}i:11;a:7:{s:11:"category_id";i:1284;s:13:"category_name";s:18:"Hidraulične prese";s:17:"category_name_seo";s:17:"hidraulicne-prese";s:17:"category_name_aim";s:18:"Hidraulične prese";s:14:"category_image";s:19:"1284-1675245871.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"116523";s:10:"product_id";i:116523;s:4:"name";s:38:"YATO hidraulična presa 12T 8YT55580EC";s:12:"product_name";s:38:"YATO hidraulična presa 12T 8YT55580EC";s:3:"url";s:37:"yato-hidraulicna-presa-12t-8yt55580ec";s:4:"path";s:12:"/1/170/1284/";}i:1;a:6:{s:2:"id";s:5:"34827";s:10:"product_id";i:34827;s:4:"name";s:26:"Hidraulična presa 12 tona";s:12:"product_name";s:26:"Hidraulična presa 12 tona";s:3:"url";s:25:"hidraulicna-presa-12-tona";s:4:"path";s:12:"/1/170/1284/";}i:2;a:6:{s:2:"id";s:6:"119992";s:10:"product_id";i:119992;s:4:"name";s:23:"PRESA HIDRAULIČNA 20 T";s:12:"product_name";s:23:"PRESA HIDRAULIČNA 20 T";s:3:"url";s:22:"presa-hidraulicna-20-t";s:4:"path";s:12:"/1/170/1284/";}i:3;a:6:{s:2:"id";s:5:"25810";s:10:"product_id";i:25810;s:4:"name";s:26:"Hidraulična presa 10 tona";s:12:"product_name";s:26:"Hidraulična presa 10 tona";s:3:"url";s:25:"hidraulicna-presa-10-tona";s:4:"path";s:12:"/1/170/1284/";}i:4;a:6:{s:2:"id";s:6:"116440";s:10:"product_id";i:116440;s:4:"name";s:27:"Hidraulična presa 20T YATO";s:12:"product_name";s:27:"Hidraulična presa 20T YATO";s:3:"url";s:26:"hidraulicna-presa-20t-yato";s:4:"path";s:12:"/1/170/1284/";}}}i:12;a:7:{s:11:"category_id";i:1488;s:13:"category_name";s:44:"Kablovi za start, kleme i štipaljke za kola";s:17:"category_name_seo";s:42:"kablovi-za-start-kleme-i-stipaljke-za-kola";s:17:"category_name_aim";s:47:"Kablovi za startovanje auta, kleme i štipaljke";s:14:"category_image";s:19:"1488-1706704885.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"110406";s:10:"product_id";i:110406;s:4:"name";s:32:"Štipaljka za akumulator I - par";s:12:"product_name";s:32:"Štipaljka za akumulator I - par";s:3:"url";s:29:"stipaljka-za-akumulator-i-par";s:4:"path";s:12:"/1/170/1488/";}i:1;a:6:{s:2:"id";s:5:"80428";s:10:"product_id";i:80428;s:4:"name";s:43:"Klešta-štipaljke za kablove 75 mm Automax";s:12:"product_name";s:43:"Klešta-štipaljke za kablove 75 mm Automax";s:3:"url";s:41:"klesta-stipaljke-za-kablove-75-mm-automax";s:4:"path";s:12:"/1/170/1488/";}i:2;a:6:{s:2:"id";s:6:"110404";s:10:"product_id";i:110404;s:4:"name";s:33:"Štipaljka za akumulator II - par";s:12:"product_name";s:33:"Štipaljka za akumulator II - par";s:3:"url";s:30:"stipaljka-za-akumulator-ii-par";s:4:"path";s:12:"/1/170/1488/";}i:3;a:6:{s:2:"id";s:5:"80423";s:10:"product_id";i:80423;s:4:"name";s:43:"Štipaljka za kablove za akumulatore 140 mm";s:12:"product_name";s:43:"Štipaljka za kablove za akumulatore 140 mm";s:3:"url";s:42:"stipaljka-za-kablove-za-akumulatore-140-mm";s:4:"path";s:12:"/1/170/1488/";}i:4;a:6:{s:2:"id";s:6:"110402";s:10:"product_id";i:110402;s:4:"name";s:34:"Štipaljka za akumulator III - par";s:12:"product_name";s:34:"Štipaljka za akumulator III - par";s:3:"url";s:31:"stipaljka-za-akumulator-iii-par";s:4:"path";s:12:"/1/170/1488/";}}}i:13;a:7:{s:11:"category_id";i:1456;s:13:"category_name";s:17:"Kanisteri i kante";s:17:"category_name_seo";s:17:"kanisteri-i-kante";s:17:"category_name_aim";s:17:"Kanisteri i kante";s:14:"category_image";s:19:"1456-1673869958.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"104673";s:10:"product_id";i:104673;s:4:"name";s:41:"Boca za pravljenje mešavine 1 l Villager";s:12:"product_name";s:41:"Boca za pravljenje mešavine 1 l Villager";s:3:"url";s:40:"boca-za-pravljenje-mesavine-1-l-villager";s:4:"path";s:12:"/1/170/1456/";}i:1;a:6:{s:2:"id";s:5:"99418";s:10:"product_id";i:99418;s:4:"name";s:57:"Levak - nastavak za metalni kanister za gorivo STREND PRO";s:12:"product_name";s:57:"Levak - nastavak za metalni kanister za gorivo STREND PRO";s:3:"url";s:55:"levak-nastavak-za-metalni-kanister-za-gorivo-strend-pro";s:4:"path";s:12:"/1/170/1456/";}i:2;a:6:{s:2:"id";s:5:"54928";s:10:"product_id";i:54928;s:4:"name";s:32:"Kanister za gorivo 10l DIMARTINO";s:12:"product_name";s:32:"Kanister za gorivo 10l DIMARTINO";s:3:"url";s:32:"kanister-za-gorivo-10l-dimartino";s:4:"path";s:12:"/1/170/1456/";}i:3;a:6:{s:2:"id";s:6:"103230";s:10:"product_id";i:103230;s:4:"name";s:41:"Kanister - kanta za gorivo 10L STREND PRO";s:12:"product_name";s:41:"Kanister - kanta za gorivo 10L STREND PRO";s:3:"url";s:39:"kanister-kanta-za-gorivo-10l-strend-pro";s:4:"path";s:12:"/1/170/1456/";}i:4;a:6:{s:2:"id";s:6:"115751";s:10:"product_id";i:115751;s:4:"name";s:49:"Kanta za gorivo plastična – 10 litara sa lulom";s:12:"product_name";s:49:"Kanta za gorivo plastična – 10 litara sa lulom";s:3:"url";s:44:"kanta-za-gorivo-plasticna-10-litara-sa-lulom";s:4:"path";s:12:"/1/170/1456/";}}}i:14;a:7:{s:11:"category_id";i:1436;s:13:"category_name";s:18:"Kompresori za auto";s:17:"category_name_seo";s:18:"kompresori-za-auto";s:17:"category_name_aim";s:28:"Kompresori za auta i kamione";s:14:"category_image";s:19:"1436-1649415965.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"90003";s:10:"product_id";i:90003;s:4:"name";s:43:"RAIDER RD-AC05 mini kompresor za vazduh 12V";s:12:"product_name";s:43:"RAIDER RD-AC05 mini kompresor za vazduh 12V";s:3:"url";s:43:"raider-rd-ac05-mini-kompresor-za-vazduh-12v";s:4:"path";s:11:"/1/21/1436/";}i:1;a:6:{s:2:"id";s:6:"120820";s:10:"product_id";i:120820;s:4:"name";s:37:"Kompresor bateriijski w-ak 7-21 WOMAX";s:12:"product_name";s:37:"Kompresor bateriijski w-ak 7-21 WOMAX";s:3:"url";s:37:"kompresor-bateriijski-w-ak-7-21-womax";s:4:"path";s:11:"/1/21/1436/";}i:2;a:6:{s:2:"id";s:6:"120804";s:10:"product_id";i:120804;s:4:"name";s:43:"Kompresor za duvanje guma w-ak 12-100 WOMAX";s:12:"product_name";s:43:"Kompresor za duvanje guma w-ak 12-100 WOMAX";s:3:"url";s:43:"kompresor-za-duvanje-guma-w-ak-12-100-womax";s:4:"path";s:11:"/1/21/1436/";}i:3;a:6:{s:2:"id";s:6:"120785";s:10:"product_id";i:120785;s:4:"name";s:43:"Kompresor za duvanje guma w-ak 12-151 WOMAX";s:12:"product_name";s:43:"Kompresor za duvanje guma w-ak 12-151 WOMAX";s:3:"url";s:43:"kompresor-za-duvanje-guma-w-ak-12-151-womax";s:4:"path";s:11:"/1/21/1436/";}i:4;a:6:{s:2:"id";s:5:"45991";s:10:"product_id";i:45991;s:4:"name";s:81:"Kompresor za duvanje guma sa priključkom za upaljač na kolima W-AK 12-150 Womax";s:12:"product_name";s:81:"Kompresor za duvanje guma sa priključkom za upaljač na kolima W-AK 12-150 Womax";s:3:"url";s:79:"kompresor-za-duvanje-guma-sa-prikljuckom-za-upaljac-na-kolima-w-ak-12-150-womax";s:4:"path";s:11:"/1/21/1436/";}}}i:15;a:7:{s:11:"category_id";i:332;s:13:"category_name";s:30:"Lampe svetleće za mehaničare";s:17:"category_name_seo";s:28:"lampe-svetlece-za-mehanicare";s:17:"category_name_aim";s:30:"Lampe svetleće za mehaničare";s:14:"category_image";s:18:"332-1271157785.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"89700";s:10:"product_id";i:89700;s:4:"name";s:37:"Prosto prenosna serviserska LED lampa";s:12:"product_name";s:37:"Prosto prenosna serviserska LED lampa";s:3:"url";s:37:"prosto-prenosna-serviserska-led-lampa";s:4:"path";s:11:"/1/170/332/";}i:1;a:6:{s:2:"id";s:5:"45068";s:10:"product_id";i:45068;s:4:"name";s:35:"Radionička lampa W-WL 60-220 Womax";s:12:"product_name";s:35:"Radionička lampa W-WL 60-220 Womax";s:3:"url";s:34:"radionicka-lampa-w-wl-60-220-womax";s:4:"path";s:11:"/1/170/332/";}i:2;a:6:{s:2:"id";s:6:"117067";s:10:"product_id";i:117067;s:4:"name";s:44:"YATO LED lampa 2W,200LM opseg 30m‚ YT08555";s:12:"product_name";s:44:"YATO LED lampa 2W,200LM opseg 30m‚ YT08555";s:3:"url";s:40:"yato-led-lampa-2w200lm-opseg-30m-yt08555";s:4:"path";s:11:"/1/170/332/";}i:3;a:6:{s:2:"id";s:6:"116240";s:10:"product_id";i:116240;s:4:"name";s:38:"Prenosiva LED svetiljka HT1E410 Hogert";s:12:"product_name";s:38:"Prenosiva LED svetiljka HT1E410 Hogert";s:3:"url";s:38:"prenosiva-led-svetiljka-ht1e410-hogert";s:4:"path";s:11:"/1/170/332/";}i:4;a:6:{s:2:"id";s:5:"63815";s:10:"product_id";i:63815;s:4:"name";s:26:"LED svetiljka - 2091 Unior";s:12:"product_name";s:26:"LED svetiljka - 2091 Unior";s:3:"url";s:24:"led-svetiljka-2091-unior";s:4:"path";s:11:"/1/170/332/";}}}i:16;a:7:{s:11:"category_id";i:1503;s:13:"category_name";s:29:"Levak za pretakanje tečnosti";s:17:"category_name_seo";s:28:"levak-za-pretakanje-tecnosti";s:17:"category_name_aim";s:39:"Levak za ulje, gorivo i druge tečnosti";s:14:"category_image";s:19:"1503-1729603383.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"107542";s:10:"product_id";i:107542;s:4:"name";s:41:"Pressol levak za tečnosti 50mm / 0.05lit";s:12:"product_name";s:41:"Pressol levak za tečnosti 50mm / 0.05lit";s:3:"url";s:36:"presol-levak-za-tecnosti-50mm-005lit";s:4:"path";s:12:"/1/170/1503/";}i:1;a:6:{s:2:"id";s:6:"107546";s:10:"product_id";i:107546;s:4:"name";s:41:"Pressol levak za tečnosti 75mm / 0.09lit";s:12:"product_name";s:41:"Pressol levak za tečnosti 75mm / 0.09lit";s:3:"url";s:36:"presol-levak-za-tecnosti-75mm-009lit";s:4:"path";s:12:"/1/170/1503/";}i:2;a:6:{s:2:"id";s:6:"104132";s:10:"product_id";i:104132;s:4:"name";s:27:"Levak za gorivo fleksibilni";s:12:"product_name";s:27:"Levak za gorivo fleksibilni";s:3:"url";s:27:"levak-za-gorivo-fleksibilni";s:4:"path";s:12:"/1/170/1503/";}i:3;a:6:{s:2:"id";s:5:"56620";s:10:"product_id";i:56620;s:4:"name";s:20:"Levak za gorivo YATO";s:12:"product_name";s:20:"Levak za gorivo YATO";s:3:"url";s:20:"levak-za-gorivo-yato";s:4:"path";s:12:"/1/170/1503/";}i:4;a:6:{s:2:"id";s:6:"107549";s:10:"product_id";i:107549;s:4:"name";s:42:"Pressol levak za tečnosti 120mm / 0.27lit";s:12:"product_name";s:42:"Pressol levak za tečnosti 120mm / 0.27lit";s:3:"url";s:37:"presol-levak-za-tecnosti-120mm-027lit";s:4:"path";s:12:"/1/170/1503/";}}}i:17;a:7:{s:11:"category_id";i:1214;s:13:"category_name";s:37:"Mašine za zamenu i balansiranje guma";s:17:"category_name_seo";s:36:"masine-za-zamenu-i-balansiranje-guma";s:17:"category_name_aim";s:37:"Mašine za zamenu i balansiranje guma";s:14:"category_image";s:19:"1214-1675246359.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:1:{i:0;a:6:{s:2:"id";s:5:"58719";s:10:"product_id";i:58719;s:4:"name";s:24:"Merač pritiska u gumama";s:12:"product_name";s:24:"Merač pritiska u gumama";s:3:"url";s:23:"merac-pritiska-u-gumama";s:4:"path";s:12:"/1/170/1214/";}}}i:18;a:7:{s:11:"category_id";i:1252;s:13:"category_name";s:15:"Motori i oprema";s:17:"category_name_seo";s:15:"motori-i-oprema";s:17:"category_name_aim";s:29:"Motorcikli i oprema za motore";s:14:"category_image";s:19:"1252-1675246565.jpg";s:13:"subCategories";a:1:{i:0;a:5:{s:11:"category_id";i:1253;s:13:"category_name";s:18:"Zažtita od krađe";s:17:"category_name_seo";s:16:"zaztita-od-krade";s:17:"category_name_aim";s:18:"Zažtita od krađe";s:14:"category_image";s:19:"1253-1416491626.jpg";}}s:8:"products";a:0:{}}i:19;a:7:{s:11:"category_id";i:500;s:13:"category_name";s:26:"Oprema za auto mehaničare";s:17:"category_name_seo";s:25:"oprema-za-auto-mehanicare";s:17:"category_name_aim";s:26:"Oprema za auto mehaničare";s:14:"category_image";s:18:"500-1672947579.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"100212";s:10:"product_id";i:100212;s:4:"name";s:39:"Plastični nosač za ključeve za 8 kom";s:12:"product_name";s:39:"Plastični nosač za ključeve za 8 kom";s:3:"url";s:36:"plasticni-nosac-za-kljuceve-za-8-kom";s:4:"path";s:11:"/1/170/500/";}i:1;a:6:{s:2:"id";s:5:"80398";s:10:"product_id";i:80398;s:4:"name";s:32:"Ključ za svećice 16 mm Automax";s:12:"product_name";s:32:"Ključ za svećice 16 mm Automax";s:3:"url";s:30:"kljuc-za-svecice-16-mm-automax";s:4:"path";s:11:"/1/170/500/";}i:2;a:6:{s:2:"id";s:5:"80399";s:10:"product_id";i:80399;s:4:"name";s:32:"Ključ za svećice 21 mm Automax";s:12:"product_name";s:32:"Ključ za svećice 21 mm Automax";s:3:"url";s:30:"kljuc-za-svecice-21-mm-automax";s:4:"path";s:11:"/1/170/500/";}i:3;a:6:{s:2:"id";s:6:"100261";s:10:"product_id";i:100261;s:4:"name";s:44:"Magnetna posuda za sitan alat i pribor 100mm";s:12:"product_name";s:44:"Magnetna posuda za sitan alat i pribor 100mm";s:3:"url";s:44:"magnetna-posuda-za-sitan-alat-i-pribor-100mm";s:4:"path";s:11:"/1/170/500/";}i:4;a:6:{s:2:"id";s:5:"80388";s:10:"product_id";i:80388;s:4:"name";s:34:"Alat za skidanje tapacirunga 6 kom";s:12:"product_name";s:34:"Alat za skidanje tapacirunga 6 kom";s:3:"url";s:34:"alat-za-skidanje-tapacirunga-6-kom";s:4:"path";s:11:"/1/170/500/";}}}i:20;a:7:{s:11:"category_id";i:438;s:13:"category_name";s:27:"Ostala oprema za automobile";s:17:"category_name_seo";s:27:"ostala-oprema-za-automobile";s:17:"category_name_aim";s:27:"Ostala oprema za automobile";s:14:"category_image";s:18:"438-1672947872.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"114222";s:10:"product_id";i:114222;s:4:"name";s:42:"Automobilski osigurači, set – NEO TOOLS";s:12:"product_name";s:42:"Automobilski osigurači, set – NEO TOOLS";s:3:"url";s:36:"automobilski-osiguraci-set-neo-tools";s:4:"path";s:11:"/1/170/438/";}i:1;a:6:{s:2:"id";s:5:"67856";s:10:"product_id";i:67856;s:4:"name";s:47:"Sunđer za pranje automobila 215x105x65mm Womax";s:12:"product_name";s:47:"Sunđer za pranje automobila 215x105x65mm Womax";s:3:"url";s:46:"sunder-za-pranje-automobila-215x105x65mm-womax";s:4:"path";s:11:"/1/170/438/";}i:2;a:6:{s:2:"id";s:5:"57978";s:10:"product_id";i:57978;s:4:"name";s:45:"Klemna za putnička vozila od cinka B0809 DHC";s:12:"product_name";s:45:"Klemna za putnička vozila od cinka B0809 DHC";s:3:"url";s:44:"klemna-za-putnicka-vozila-od-cinka-b0809-dhc";s:4:"path";s:11:"/1/170/438/";}i:3;a:6:{s:2:"id";s:5:"80438";s:10:"product_id";i:80438;s:4:"name";s:38:"Sundjer za pranje auta dvoslojni Jumbo";s:12:"product_name";s:38:"Sundjer za pranje auta dvoslojni Jumbo";s:3:"url";s:38:"sundjer-za-pranje-auta-dvoslojni-jumbo";s:4:"path";s:11:"/1/170/438/";}i:4;a:6:{s:2:"id";s:5:"58092";s:10:"product_id";i:58092;s:4:"name";s:35:"Bometar za kiselinu mali 202509 DHC";s:12:"product_name";s:35:"Bometar za kiselinu mali 202509 DHC";s:3:"url";s:35:"bometar-za-kiselinu-mali-202509-dhc";s:4:"path";s:11:"/1/170/438/";}}}i:21;a:7:{s:11:"category_id";i:1159;s:13:"category_name";s:17:"Patosnice za auto";s:17:"category_name_seo";s:17:"patosnice-za-auto";s:17:"category_name_aim";s:17:"Patosnice za auto";s:14:"category_image";s:19:"1159-1675246182.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:22;a:7:{s:11:"category_id";i:125;s:13:"category_name";s:21:"Perači pod pritiskom";s:17:"category_name_seo";s:20:"peraci-pod-pritiskom";s:17:"category_name_aim";s:21:"Perači pod pritiskom";s:14:"category_image";s:18:"125-1675075023.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"111820";s:10:"product_id";i:111820;s:4:"name";s:42:"Perač pod pritiskom Villager VHW 70 Prime";s:12:"product_name";s:42:"Perač pod pritiskom Villager VHW 70 Prime";s:3:"url";s:41:"perac-pod-pritiskom-villager-vhw-70-prime";s:4:"path";s:13:"/1/21/22/125/";}i:1;a:6:{s:2:"id";s:6:"109795";s:10:"product_id";i:109795;s:4:"name";s:54:"Perač pod visokim pritiskom HPC1400 110 bar Scheppach";s:12:"product_name";s:54:"Perač pod visokim pritiskom HPC1400 110 bar Scheppach";s:3:"url";s:53:"perac-pod-visokim-pritiskom-hpc1400-110-bar-scheppach";s:4:"path";s:13:"/1/21/22/125/";}i:2;a:6:{s:2:"id";s:5:"73191";s:10:"product_id";i:73191;s:4:"name";s:52:"Aparat za pranje pod pritiskom 1400W VHW 80 VILLAGER";s:12:"product_name";s:52:"Aparat za pranje pod pritiskom 1400W VHW 80 VILLAGER";s:3:"url";s:52:"aparat-za-pranje-pod-pritiskom-1400w-vhw-80-villager";s:4:"path";s:13:"/1/21/22/125/";}i:3;a:6:{s:2:"id";s:5:"85488";s:10:"product_id";i:85488;s:4:"name";s:45:"Einhell perač pod visokim pritiskom TC-HP 90";s:12:"product_name";s:45:"Einhell perač pod visokim pritiskom TC-HP 90";s:3:"url";s:44:"einhell-perac-pod-visokim-pritiskom-tc-hp-90";s:4:"path";s:13:"/1/21/22/125/";}i:4;a:6:{s:2:"id";s:6:"120389";s:10:"product_id";i:120389;s:4:"name";s:37:"Površinski čistač za behaton xdp05";s:12:"product_name";s:37:"Površinski čistač za behaton xdp05";s:3:"url";s:34:"povrsinski-cistac-za-behaton-xdp05";s:4:"path";s:13:"/1/21/22/125/";}}}i:23;a:7:{s:11:"category_id";i:395;s:13:"category_name";s:17:"Presvlake za auto";s:17:"category_name_seo";s:17:"presvlake-za-auto";s:17:"category_name_aim";s:17:"Presvlake za auto";s:14:"category_image";s:18:"395-1675245992.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:24;a:7:{s:11:"category_id";i:1395;s:13:"category_name";s:21:"Prva pomoć za vozila";s:17:"category_name_seo";s:20:"prva-pomoc-za-vozila";s:17:"category_name_aim";s:21:"Prva pomoć za vozila";s:14:"category_image";s:19:"1395-1675245773.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:25;a:7:{s:11:"category_id";i:769;s:13:"category_name";s:22:"Pumpe za ulje i gorivo";s:17:"category_name_seo";s:22:"pumpe-za-ulje-i-gorivo";s:17:"category_name_aim";s:22:"Pumpe za ulje i gorivo";s:14:"category_image";s:18:"769-1318849159.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"100274";s:10:"product_id";i:100274;s:4:"name";s:33:"Ručna pumpa za pretakanje fluida";s:12:"product_name";s:33:"Ručna pumpa za pretakanje fluida";s:3:"url";s:32:"rucna-pumpa-za-pretakanje-fluida";s:4:"path";s:11:"/1/170/769/";}i:1;a:6:{s:2:"id";s:6:"111941";s:10:"product_id";i:111941;s:4:"name";s:85:"Ručna pumpa za pretakanje tečnosti sa crevom 100 cm – pretakač sa pumpicom 15 mm";s:12:"product_name";s:85:"Ručna pumpa za pretakanje tečnosti sa crevom 100 cm – pretakač sa pumpicom 15 mm";s:3:"url";s:78:"rucna-pumpa-za-pretakanje-tecnosti-sa-crevom-100-cm-pretakac-sa-pumpicom-15-mm";s:4:"path";s:11:"/1/170/769/";}i:2;a:6:{s:2:"id";s:5:"80419";s:10:"product_id";i:80419;s:4:"name";s:35:"Pumpa-sifon za pretakanje tečnosti";s:12:"product_name";s:35:"Pumpa-sifon za pretakanje tečnosti";s:3:"url";s:34:"pumpa-sifon-za-pretakanje-tecnosti";s:4:"path";s:11:"/1/170/769/";}i:3;a:6:{s:2:"id";s:5:"64098";s:10:"product_id";i:64098;s:4:"name";s:78:"Višenamenska ručna pumpa za pretakanje tečnosti i naduvavanje vazduhom Haus";s:12:"product_name";s:78:"Višenamenska ručna pumpa za pretakanje tečnosti i naduvavanje vazduhom Haus";s:3:"url";s:75:"visenamenska-rucna-pumpa-za-pretakanje-tecnosti-i-naduvavanje-vazduhom-haus";s:4:"path";s:11:"/1/170/769/";}i:4;a:6:{s:2:"id";s:6:"103909";s:10:"product_id";i:103909;s:4:"name";s:44:"Fieldman ručna vakum pumpa za ulje i gorivo";s:12:"product_name";s:44:"Fieldman ručna vakum pumpa za ulje i gorivo";s:3:"url";s:43:"fieldman-rucna-vakum-pumpa-za-ulje-i-gorivo";s:4:"path";s:11:"/1/170/769/";}}}i:26;a:7:{s:11:"category_id";i:1290;s:13:"category_name";s:48:"Sredstva za popravku i lepljenje guma i plastike";s:17:"category_name_seo";s:48:"sredstva-za-popravku-i-lepljenje-guma-i-plastike";s:17:"category_name_aim";s:48:"Sredstva za popravku i lepljenje guma i plastike";s:14:"category_image";s:19:"1290-1466433626.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"62590";s:10:"product_id";i:62590;s:4:"name";s:49:"Set za popravku unutrašnjih guma za bicikle TT01";s:12:"product_name";s:49:"Set za popravku unutrašnjih guma za bicikle TT01";s:3:"url";s:48:"set-za-popravku-unutrasnjih-guma-za-bicikle-tt01";s:4:"path";s:12:"/1/170/1290/";}i:1;a:6:{s:2:"id";s:5:"62591";s:10:"product_id";i:62591;s:4:"name";s:49:"Set za popravku unutrašnjih guma za bicikle TT02";s:12:"product_name";s:49:"Set za popravku unutrašnjih guma za bicikle TT02";s:3:"url";s:48:"set-za-popravku-unutrasnjih-guma-za-bicikle-tt02";s:4:"path";s:12:"/1/170/1290/";}i:2;a:6:{s:2:"id";s:5:"62595";s:10:"product_id";i:62595;s:4:"name";s:62:"Set za popravku unutrašnjih guma za automobile i kamione TT11";s:12:"product_name";s:62:"Set za popravku unutrašnjih guma za automobile i kamione TT11";s:3:"url";s:61:"set-za-popravku-unutrasnjih-guma-za-automobile-i-kamione-tt11";s:4:"path";s:12:"/1/170/1290/";}i:3;a:6:{s:2:"id";s:5:"62594";s:10:"product_id";i:62594;s:4:"name";s:35:"Set za popravku guma za motore TT10";s:12:"product_name";s:35:"Set za popravku guma za motore TT10";s:3:"url";s:35:"set-za-popravku-guma-za-motore-tt10";s:4:"path";s:12:"/1/170/1290/";}i:4;a:6:{s:2:"id";s:5:"62593";s:10:"product_id";i:62593;s:4:"name";s:64:"Set za popravku guma za za ATB, MTB i frekfentne bicikliste TT05";s:12:"product_name";s:64:"Set za popravku guma za za ATB, MTB i frekfentne bicikliste TT05";s:3:"url";s:63:"set-za-popravku-guma-za-za-atb-mtb-i-frekfentne-bicikliste-tt05";s:4:"path";s:12:"/1/170/1290/";}}}i:27;a:7:{s:11:"category_id";i:686;s:13:"category_name";s:25:"Sredstva za pranje vozila";s:17:"category_name_seo";s:25:"sredstva-za-pranje-vozila";s:17:"category_name_aim";s:25:"Sredstva za pranje vozila";s:14:"category_image";s:18:"686-1673869808.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"44384";s:10:"product_id";i:44384;s:4:"name";s:32:"Tečni premaz za gume Gumix 1lit";s:12:"product_name";s:32:"Tečni premaz za gume Gumix 1lit";s:3:"url";s:31:"tecni-premaz-za-gume-gumix-1lit";s:4:"path";s:11:"/1/170/686/";}i:1;a:6:{s:2:"id";s:5:"44380";s:10:"product_id";i:44380;s:4:"name";s:58:"Sredstvo za čišćenje gume i plastike Aromatik sjaj 1lit";s:12:"product_name";s:58:"Sredstvo za čišćenje gume i plastike Aromatik sjaj 1lit";s:3:"url";s:55:"sredstvo-za-ciscenje-gume-i-plastike-aromatik-sjaj-1lit";s:4:"path";s:11:"/1/170/686/";}i:2;a:6:{s:2:"id";s:5:"96820";s:10:"product_id";i:96820;s:4:"name";s:69:"Karcher penušavo sredstvo za čišćenje RM 615, 6.295-743.0 1 litar";s:12:"product_name";s:69:"Karcher penušavo sredstvo za čišćenje RM 615, 6.295-743.0 1 litar";s:3:"url";s:62:"karcher-penusavo-sredstvo-za-ciscenje-rm-615-6295-7430-1-litar";s:4:"path";s:11:"/1/170/686/";}i:3;a:6:{s:2:"id";s:5:"96835";s:10:"product_id";i:96835;s:4:"name";s:57:"Karcher Odstranjivač insekata RM 618, 6.295-761.0 500 ml";s:12:"product_name";s:57:"Karcher Odstranjivač insekata RM 618, 6.295-761.0 500 ml";s:3:"url";s:53:"karcher-odstranjivac-insekata-rm-618-6295-7610-500-ml";s:4:"path";s:11:"/1/170/686/";}i:4;a:6:{s:2:"id";s:5:"56369";s:10:"product_id";i:56369;s:4:"name";s:43:"Gel za čišćenje stakla 3U1 500ML KARCHER";s:12:"product_name";s:43:"Gel za čišćenje stakla 3U1 500ML KARCHER";s:3:"url";s:40:"gel-za-ciscenje-stakla-3u1-500ml-karcher";s:4:"path";s:11:"/1/170/686/";}}}i:28;a:7:{s:11:"category_id";i:320;s:13:"category_name";s:31:"Starteri i punjači akumulatora";s:17:"category_name_seo";s:30:"starteri-i-punjaci-akumulatora";s:17:"category_name_aim";s:31:"Starteri i punjači akumulatora";s:14:"category_image";s:18:"320-1675080804.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"81567";s:10:"product_id";i:81567;s:4:"name";s:39:"Punjač olovnih akumulatora 6V TS-1042C";s:12:"product_name";s:39:"Punjač olovnih akumulatora 6V TS-1042C";s:3:"url";s:38:"punjac-olovnih-akumulatora-6v-ts-1042c";s:4:"path";s:11:"/1/170/320/";}i:1;a:6:{s:2:"id";s:5:"81568";s:10:"product_id";i:81568;s:4:"name";s:40:"Punjač olovnih akumulatora 12V TS-1012C";s:12:"product_name";s:40:"Punjač olovnih akumulatora 12V TS-1012C";s:3:"url";s:39:"punjac-olovnih-akumulatora-12v-ts-1012c";s:4:"path";s:11:"/1/170/320/";}i:2;a:6:{s:2:"id";s:5:"79032";s:10:"product_id";i:79032;s:4:"name";s:56:"Punjač akumulatora sa mikroprocesorom CE-BC 1 M Einhell";s:12:"product_name";s:56:"Punjač akumulatora sa mikroprocesorom CE-BC 1 M Einhell";s:3:"url";s:55:"punjac-akumulatora-sa-mikroprocesorom-ce-bc-1-m-einhell";s:4:"path";s:11:"/1/170/320/";}i:3;a:6:{s:2:"id";s:5:"79036";s:10:"product_id";i:79036;s:4:"name";s:56:"Punjač akumulatora sa mikroprocesorom CE-BC 2 M Einhell";s:12:"product_name";s:56:"Punjač akumulatora sa mikroprocesorom CE-BC 2 M Einhell";s:3:"url";s:55:"punjac-akumulatora-sa-mikroprocesorom-ce-bc-2-m-einhell";s:4:"path";s:11:"/1/170/320/";}i:4;a:6:{s:2:"id";s:5:"89326";s:10:"product_id";i:89326;s:4:"name";s:52:"Punjač akumulatora Pro-User IBC800 6/12/12,8V- 0.8A";s:12:"product_name";s:52:"Punjač akumulatora Pro-User IBC800 6/12/12,8V- 0.8A";s:3:"url";s:46:"punjac-akumulatora-pro-user-ibc800-612128v-08a";s:4:"path";s:11:"/1/170/320/";}}}}s:8:"products";a:0:{}}"
]
[
"sql" => "INSERT INTO cache_items (item_id, item_data, item_lifetime, item_time) VALUES (?, ?, ?, ?) ON DUPLICATE KEY UPDATE item_data = VALUES(item_data), item_lifetime = VALUES(item_lifetime), item_time = VALUES(item_time)"
"params" => [3 => 36004 => 17807122921 => "cache_tree_aim_170"
2 => "a:2:{s:13:"subCategories";a:29:{i:0;a:7:{s:11:"category_id";i:745;s:13:"category_name";s:11:"Akumulatori";s:17:"category_name_seo";s:11:"akumulatori";s:17:"category_name_aim";s:11:"Akumulatori";s:14:"category_image";s:18:"745-1314710424.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"25679";s:10:"product_id";i:25679;s:4:"name";s:39:"Moto akumulator YB3L-A 12V 3Ah LANDPORT";s:12:"product_name";s:39:"Moto akumulator YB3L-A 12V 3Ah LANDPORT";s:3:"url";s:39:"moto-akumulator-yb3l-a-12v-3ah-landport";s:4:"path";s:11:"/1/170/745/";}i:1;a:6:{s:2:"id";s:5:"25628";s:10:"product_id";i:25628;s:4:"name";s:39:"Moto akumulator YB4L-B 12V 4Ah LANDPORT";s:12:"product_name";s:39:"Moto akumulator YB4L-B 12V 4Ah LANDPORT";s:3:"url";s:39:"moto-akumulator-yb4l-b-12v-4ah-landport";s:4:"path";s:11:"/1/170/745/";}i:2;a:6:{s:2:"id";s:5:"25745";s:10:"product_id";i:25745;s:4:"name";s:39:"Moto akumulator YB5L-B 12V 5Ah LANDPORT";s:12:"product_name";s:39:"Moto akumulator YB5L-B 12V 5Ah LANDPORT";s:3:"url";s:39:"moto-akumulator-yb5l-b-12v-5ah-landport";s:4:"path";s:11:"/1/170/745/";}i:3;a:6:{s:2:"id";s:6:"118673";s:10:"product_id";i:118673;s:4:"name";s:47:"Akumulator za motore Landport LT7B-BS 12V 6.5Ah";s:12:"product_name";s:47:"Akumulator za motore Landport LT7B-BS 12V 6.5Ah";s:3:"url";s:46:"akumulator-za-motore-landport-lt7b-bs-12v-65ah";s:4:"path";s:11:"/1/170/745/";}i:4;a:6:{s:2:"id";s:5:"25746";s:10:"product_id";i:25746;s:4:"name";s:38:"Moto akumulator YB7-A 12V 8Ah LANDPORT";s:12:"product_name";s:38:"Moto akumulator YB7-A 12V 8Ah LANDPORT";s:3:"url";s:38:"moto-akumulator-yb7-a-12v-8ah-landport";s:4:"path";s:11:"/1/170/745/";}}}i:1;a:7:{s:11:"category_id";i:522;s:13:"category_name";s:24:"Auto adapteri i punjači";s:17:"category_name_seo";s:23:"auto-adapteri-i-punjaci";s:17:"category_name_aim";s:24:"Auto adapteri i punjači";s:14:"category_image";s:18:"522-1289652291.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"66230";s:10:"product_id";i:66230;s:4:"name";s:61:"Utikač za kabl 1kom autoupaljača pakovanje od 5 komada WS10";s:12:"product_name";s:61:"Utikač za kabl 1kom autoupaljača pakovanje od 5 komada WS10";s:3:"url";s:59:"utikac-za-kabl-1kom-autoupaljaca-pakovanje-od-5-komada-ws10";s:4:"path";s:11:"/1/170/522/";}i:1;a:6:{s:2:"id";s:5:"70014";s:10:"product_id";i:70014;s:4:"name";s:57:"Utikač za kabel autoupaljača pakovanje od 5 komada WS20";s:12:"product_name";s:57:"Utikač za kabel autoupaljača pakovanje od 5 komada WS20";s:3:"url";s:55:"utikac-za-kabel-autoupaljaca-pakovanje-od-5-komada-ws20";s:4:"path";s:11:"/1/170/522/";}i:2;a:6:{s:2:"id";s:5:"25512";s:10:"product_id";i:25512;s:4:"name";s:33:"Traka za vađenje akumulatora DHC";s:12:"product_name";s:33:"Traka za vađenje akumulatora DHC";s:3:"url";s:32:"traka-za-vadenje-akumulatora-dhc";s:4:"path";s:11:"/1/170/522/";}i:3;a:6:{s:2:"id";s:6:"115887";s:10:"product_id";i:115887;s:4:"name";s:44:"Auto punjač Micro USB, BRZI PUNJAČ 2400mAh";s:12:"product_name";s:44:"Auto punjač Micro USB, BRZI PUNJAČ 2400mAh";s:3:"url";s:41:"auto-punjac-micro-usb-brzi-punjac-2400mah";s:4:"path";s:11:"/1/170/522/";}i:4;a:6:{s:2:"id";s:5:"57986";s:10:"product_id";i:57986;s:4:"name";s:20:"Dekoder BRT-12 EXIDE";s:12:"product_name";s:20:"Dekoder BRT-12 EXIDE";s:3:"url";s:20:"dekoder-brt-12-exide";s:4:"path";s:11:"/1/170/522/";}}}i:2;a:7:{s:11:"category_id";i:397;s:13:"category_name";s:15:"Auto navigacija";s:17:"category_name_seo";s:15:"auto-navigacija";s:17:"category_name_aim";s:15:"Auto navigacija";s:14:"category_image";s:18:"397-1675245569.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:3;a:7:{s:11:"category_id";i:912;s:13:"category_name";s:13:"Auto punjači";s:17:"category_name_seo";s:12:"auto-punjaci";s:17:"category_name_aim";s:13:"Auto punjači";s:14:"category_image";s:18:"912-1323188538.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:2:{i:0;a:6:{s:2:"id";s:5:"66620";s:10:"product_id";i:66620;s:4:"name";s:41:"Auto punjač brzi Mikro USB 2000 mAh Hama";s:12:"product_name";s:41:"Auto punjač brzi Mikro USB 2000 mAh Hama";s:3:"url";s:40:"auto-punjac-brzi-mikro-usb-2000-mah-hama";s:4:"path";s:15:"/1/169/318/912/";}i:1;a:6:{s:2:"id";s:5:"66615";s:10:"product_id";i:66615;s:4:"name";s:53:"Auto punjač za iPhone 3G/3G S/4/4S i iPod, beli Hama";s:12:"product_name";s:53:"Auto punjač za iPhone 3G/3G S/4/4S i iPod, beli Hama";s:3:"url";s:48:"auto-punjac-za-iphone-3g3g-s44s-i-ipod-beli-hama";s:4:"path";s:15:"/1/169/318/912/";}}}i:4;a:7:{s:11:"category_id";i:382;s:13:"category_name";s:25:"Auto Video i Audio oprema";s:17:"category_name_seo";s:25:"auto-video-i-audio-oprema";s:17:"category_name_aim";s:25:"Auto Video i Audio oprema";s:14:"category_image";s:18:"382-1675158537.jpg";s:13:"subCategories";a:4:{i:0;a:5:{s:11:"category_id";i:1063;s:13:"category_name";s:18:"AV tjuneri za kola";s:17:"category_name_seo";s:18:"av-tjuneri-za-kola";s:17:"category_name_aim";s:18:"AV tjuneri za kola";s:14:"category_image";s:19:"1063-1355838657.jpg";}i:1;a:5:{s:11:"category_id";i:1024;s:13:"category_name";s:14:"Kamere za kola";s:17:"category_name_seo";s:14:"kamere-za-kola";s:17:"category_name_aim";s:14:"Kamere za kola";s:14:"category_image";s:19:"1024-1348066949.jpg";}i:2;a:5:{s:11:"category_id";i:384;s:13:"category_name";s:22:"Radio, CD, DVD za kola";s:17:"category_name_seo";s:20:"radio-cd-dvd-za-kola";s:17:"category_name_aim";s:22:"Radio, CD, DVD za kola";s:14:"category_image";s:18:"384-1570869895.jpg";}i:3;a:5:{s:11:"category_id";i:383;s:13:"category_name";s:17:"Zvučnici za kola";s:17:"category_name_seo";s:16:"zvucnici-za-kola";s:17:"category_name_aim";s:17:"Zvučnici za kola";s:14:"category_image";s:18:"383-1675073224.jpg";}}s:8:"products";a:0:{}}i:5;a:7:{s:11:"category_id";i:584;s:13:"category_name";s:18:"Dekalamit mazalice";s:17:"category_name_seo";s:18:"dekalamit-mazalice";s:17:"category_name_aim";s:18:"Dekalamit mazalice";s:14:"category_image";s:18:"584-1475847436.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"56623";s:10:"product_id";i:56623;s:4:"name";s:28:"Crevo za mazalicu L-300 YATO";s:12:"product_name";s:28:"Crevo za mazalicu L-300 YATO";s:3:"url";s:28:"crevo-za-mazalicu-l-300-yato";s:4:"path";s:13:"/1/21/23/584/";}i:1;a:6:{s:2:"id";s:6:"116194";s:10:"product_id";i:116194;s:4:"name";s:46:"Crevo za mazačicu, 8 × 300 mm HT8G920 Hogert";s:12:"product_name";s:46:"Crevo za mazačicu, 8 × 300 mm HT8G920 Hogert";s:3:"url";s:41:"crevo-za-mazacicu-8-300-mm-ht8g920-hogert";s:4:"path";s:13:"/1/21/23/584/";}i:2;a:6:{s:2:"id";s:5:"74193";s:10:"product_id";i:74193;s:4:"name";s:34:"Rezervna glava za mazalicu Pressol";s:12:"product_name";s:34:"Rezervna glava za mazalicu Pressol";s:3:"url";s:33:"rezervna-glava-za-mazalicu-presol";s:4:"path";s:13:"/1/21/23/584/";}i:3;a:6:{s:2:"id";s:6:"115961";s:10:"product_id";i:115961;s:4:"name";s:35:"Hogert HT8G915 spojnica za mazalicu";s:12:"product_name";s:35:"Hogert HT8G915 spojnica za mazalicu";s:3:"url";s:35:"hogert-ht8g915-spojnica-za-mazalicu";s:4:"path";s:13:"/1/21/23/584/";}i:4;a:6:{s:2:"id";s:5:"74191";s:10:"product_id";i:74191;s:4:"name";s:44:"Crevo rezervno za mazalice Ø8x300mm Pressol";s:12:"product_name";s:44:"Crevo rezervno za mazalice Ø8x300mm Pressol";s:3:"url";s:41:"crevo-rezervno-za-mazalice-8x300mm-presol";s:4:"path";s:13:"/1/21/23/584/";}}}i:6;a:7:{s:11:"category_id";i:1263;s:13:"category_name";s:31:"Dijagnostika i praćenje vozila";s:17:"category_name_seo";s:30:"dijagnostika-i-pracenje-vozila";s:17:"category_name_aim";s:31:"Dijagnostika i praćenje vozila";s:14:"category_image";s:19:"1263-1428418170.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:7;a:7:{s:11:"category_id";i:1213;s:13:"category_name";s:16:"Dizalice za auto";s:17:"category_name_seo";s:16:"dizalice-za-auto";s:17:"category_name_aim";s:16:"Dizalice za auto";s:14:"category_image";s:19:"1213-1675245704.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"120826";s:10:"product_id";i:120826;s:4:"name";s:16:"Držač 3t 2 kom";s:12:"product_name";s:16:"Držač 3t 2 kom";s:3:"url";s:14:"drzac-3t-2-kom";s:4:"path";s:15:"/1/21/408/1213/";}i:1;a:6:{s:2:"id";s:6:"120705";s:10:"product_id";i:120705;s:4:"name";s:21:"Držac 3t 2 kom WOMAX";s:12:"product_name";s:21:"Držac 3t 2 kom WOMAX";s:3:"url";s:20:"drzac-3t-2-kom-womax";s:4:"path";s:15:"/1/21/408/1213/";}i:2;a:6:{s:2:"id";s:6:"119692";s:10:"product_id";i:119692;s:4:"name";s:31:"Dizalica za auto 2 T krokodilka";s:12:"product_name";s:31:"Dizalica za auto 2 T krokodilka";s:3:"url";s:31:"dizalica-za-auto-2-t-krokodilka";s:4:"path";s:15:"/1/21/408/1213/";}i:3;a:6:{s:2:"id";s:6:"120476";s:10:"product_id";i:120476;s:4:"name";s:26:"Rampa za automobil AUTOMAX";s:12:"product_name";s:26:"Rampa za automobil AUTOMAX";s:3:"url";s:26:"rampa-za-automobil-automax";s:4:"path";s:15:"/1/21/408/1213/";}i:4;a:6:{s:2:"id";s:6:"100259";s:10:"product_id";i:100259;s:4:"name";s:32:"Univerzalni nosač motora 450 kg";s:12:"product_name";s:32:"Univerzalni nosač motora 450 kg";s:3:"url";s:31:"univerzalni-nosac-motora-450-kg";s:4:"path";s:15:"/1/21/408/1213/";}}}i:8;a:7:{s:11:"category_id";i:524;s:13:"category_name";s:27:"Dodatna oprema za automobil";s:17:"category_name_seo";s:27:"dodatna-oprema-za-automobil";s:17:"category_name_aim";s:27:"Dodatna oprema za automobil";s:14:"category_image";s:18:"524-1289809760.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"58098";s:10:"product_id";i:58098;s:4:"name";s:47:"Set upaljač+konektor za auto 12V Lampa Italija";s:12:"product_name";s:47:"Set upaljač+konektor za auto 12V Lampa Italija";s:3:"url";s:45:"set-upaljackonektor-za-auto-12v-lampa-italija";s:4:"path";s:11:"/1/170/524/";}i:1;a:6:{s:2:"id";s:5:"48521";s:10:"product_id";i:48521;s:4:"name";s:42:"Zaštita od sunca prednja 130X60CM AUTOMAX";s:12:"product_name";s:42:"Zaštita od sunca prednja 130X60CM AUTOMAX";s:3:"url";s:41:"zastita-od-sunca-prednja-130x60cm-automax";s:4:"path";s:11:"/1/170/524/";}i:2;a:6:{s:2:"id";s:5:"10631";s:10:"product_id";i:10631;s:4:"name";s:48:"Zaštita od sunca za zadnje staklo za auto 83973";s:12:"product_name";s:48:"Zaštita od sunca za zadnje staklo za auto 83973";s:3:"url";s:47:"zastita-od-sunca-za-zadnje-staklo-za-auto-83973";s:4:"path";s:11:"/1/170/524/";}i:3;a:6:{s:2:"id";s:5:"44893";s:10:"product_id";i:44893;s:4:"name";s:33:"Razdelnik auto upaljača x2 SA022";s:12:"product_name";s:33:"Razdelnik auto upaljača x2 SA022";s:3:"url";s:32:"razdelnik-auto-upaljaca-x2-sa022";s:4:"path";s:11:"/1/170/524/";}i:4;a:6:{s:2:"id";s:5:"46177";s:10:"product_id";i:46177;s:4:"name";s:56:"Univerzaalni mini držač mobilnih telefona za auto Hama";s:12:"product_name";s:56:"Univerzaalni mini držač mobilnih telefona za auto Hama";s:3:"url";s:54:"univerzaalni-mini-drzac-mobilnih-telefona-za-auto-hama";s:4:"path";s:11:"/1/170/524/";}}}i:9;a:7:{s:11:"category_id";i:1002;s:13:"category_name";s:25:"Gume za vozila-pneumatici";s:17:"category_name_seo";s:25:"gume-za-vozila-pneumatici";s:17:"category_name_aim";s:25:"Gume za vozila-pneumatici";s:14:"category_image";s:19:"1002-1671829631.jpg";s:13:"subCategories";a:9:{i:0;a:5:{s:11:"category_id";i:1009;s:13:"category_name";s:21:"4x4 Pneumatici-letnji";s:17:"category_name_seo";s:21:"4x4-pneumatici-letnji";s:17:"category_name_aim";s:21:"4x4 Pneumatici-letnji";s:14:"category_image";s:19:"1009-1340718479.jpg";}i:1;a:5:{s:11:"category_id";i:1010;s:13:"category_name";s:21:"4x4 Pneumatici-zimski";s:17:"category_name_seo";s:21:"4x4-pneumatici-zimski";s:17:"category_name_aim";s:21:"4x4 Pneumatici-zimski";s:14:"category_image";s:19:"1010-1340718619.jpg";}i:2;a:5:{s:11:"category_id";i:1007;s:13:"category_name";s:16:"Auto gume-letnje";s:17:"category_name_seo";s:16:"auto-gume-letnje";s:17:"category_name_aim";s:16:"Auto gume-letnje";s:14:"category_image";s:19:"1007-1340368876.JPG";}i:3;a:5:{s:11:"category_id";i:1003;s:13:"category_name";s:16:"Auto gume-zimske";s:17:"category_name_seo";s:16:"auto-gume-zimske";s:17:"category_name_aim";s:16:"Auto gume-zimske";s:14:"category_image";s:19:"1003-1340364374.jpg";}i:4;a:5:{s:11:"category_id";i:1005;s:13:"category_name";s:16:"Moto gume-letnje";s:17:"category_name_seo";s:16:"moto-gume-letnje";s:17:"category_name_aim";s:16:"Moto gume-letnje";s:14:"category_image";s:19:"1005-1340368200.jpg";}i:5;a:5:{s:11:"category_id";i:1006;s:13:"category_name";s:16:"Moto gume-zimske";s:17:"category_name_seo";s:16:"moto-gume-zimske";s:17:"category_name_aim";s:16:"Moto gume-zimske";s:14:"category_image";s:19:"1006-1340368226.jpg";}i:6;a:5:{s:11:"category_id";i:1004;s:13:"category_name";s:19:"Teretne gume-letnje";s:17:"category_name_seo";s:19:"teretne-gume-letnje";s:17:"category_name_aim";s:19:"Teretne gume-letnje";s:14:"category_image";s:19:"1004-1340364454.jpg";}i:7;a:5:{s:11:"category_id";i:1008;s:13:"category_name";s:19:"Teretne gume-zimske";s:17:"category_name_seo";s:19:"teretne-gume-zimske";s:17:"category_name_aim";s:19:"Teretne gume-zimske";s:14:"category_image";s:19:"1008-1340368971.jpg";}i:8;a:5:{s:11:"category_id";i:1011;s:13:"category_name";s:16:"Univerzalne gume";s:17:"category_name_seo";s:16:"univerzalne-gume";s:17:"category_name_aim";s:16:"Univerzalne gume";s:14:"category_image";s:19:"1011-1340718726.jpg";}}s:8:"products";a:0:{}}i:10;a:7:{s:11:"category_id";i:859;s:13:"category_name";s:21:"Hidraulične dizalice";s:17:"category_name_seo";s:20:"hidraulicne-dizalice";s:17:"category_name_aim";s:21:"Hidraulične dizalice";s:14:"category_image";s:18:"859-1671829462.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"100753";s:10:"product_id";i:100753;s:4:"name";s:63:"Vazdušna pumpa CrV 35 cm za otvaranje i podizanje 135kg Levior";s:12:"product_name";s:63:"Vazdušna pumpa CrV 35 cm za otvaranje i podizanje 135kg Levior";s:3:"url";s:62:"vazdusna-pumpa-crv-35-cm-za-otvaranje-i-podizanje-135kg-levior";s:4:"path";s:14:"/1/21/408/859/";}i:1;a:6:{s:2:"id";s:6:"100358";s:10:"product_id";i:100358;s:4:"name";s:34:"Hidraulična dizalica 2T 158-308mm";s:12:"product_name";s:34:"Hidraulična dizalica 2T 158-308mm";s:3:"url";s:33:"hidraulicna-dizalica-2t-158-308mm";s:4:"path";s:14:"/1/21/408/859/";}i:2;a:6:{s:2:"id";s:6:"106016";s:10:"product_id";i:106016;s:4:"name";s:45:"Raider Hidraulicna dizalica RD-HB02 2t 300101";s:12:"product_name";s:45:"Raider Hidraulicna dizalica RD-HB02 2t 300101";s:3:"url";s:45:"raider-hidraulicna-dizalica-rd-hb02-2t-300101";s:4:"path";s:14:"/1/21/408/859/";}i:3;a:6:{s:2:"id";s:5:"81672";s:10:"product_id";i:81672;s:4:"name";s:24:"Dizalica hidraulična 4T";s:12:"product_name";s:24:"Dizalica hidraulična 4T";s:3:"url";s:23:"dizalica-hidraulicna-4t";s:4:"path";s:14:"/1/21/408/859/";}i:4;a:6:{s:2:"id";s:6:"109386";s:10:"product_id";i:109386;s:4:"name";s:34:"Hidraulična dizalica 2T Neo Tools";s:12:"product_name";s:34:"Hidraulična dizalica 2T Neo Tools";s:3:"url";s:33:"hidraulicna-dizalica-2t-neo-tools";s:4:"path";s:14:"/1/21/408/859/";}}}i:11;a:7:{s:11:"category_id";i:1284;s:13:"category_name";s:18:"Hidraulične prese";s:17:"category_name_seo";s:17:"hidraulicne-prese";s:17:"category_name_aim";s:18:"Hidraulične prese";s:14:"category_image";s:19:"1284-1675245871.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"116523";s:10:"product_id";i:116523;s:4:"name";s:38:"YATO hidraulična presa 12T 8YT55580EC";s:12:"product_name";s:38:"YATO hidraulična presa 12T 8YT55580EC";s:3:"url";s:37:"yato-hidraulicna-presa-12t-8yt55580ec";s:4:"path";s:12:"/1/170/1284/";}i:1;a:6:{s:2:"id";s:5:"34827";s:10:"product_id";i:34827;s:4:"name";s:26:"Hidraulična presa 12 tona";s:12:"product_name";s:26:"Hidraulična presa 12 tona";s:3:"url";s:25:"hidraulicna-presa-12-tona";s:4:"path";s:12:"/1/170/1284/";}i:2;a:6:{s:2:"id";s:6:"119992";s:10:"product_id";i:119992;s:4:"name";s:23:"PRESA HIDRAULIČNA 20 T";s:12:"product_name";s:23:"PRESA HIDRAULIČNA 20 T";s:3:"url";s:22:"presa-hidraulicna-20-t";s:4:"path";s:12:"/1/170/1284/";}i:3;a:6:{s:2:"id";s:5:"25810";s:10:"product_id";i:25810;s:4:"name";s:26:"Hidraulična presa 10 tona";s:12:"product_name";s:26:"Hidraulična presa 10 tona";s:3:"url";s:25:"hidraulicna-presa-10-tona";s:4:"path";s:12:"/1/170/1284/";}i:4;a:6:{s:2:"id";s:6:"116440";s:10:"product_id";i:116440;s:4:"name";s:27:"Hidraulična presa 20T YATO";s:12:"product_name";s:27:"Hidraulična presa 20T YATO";s:3:"url";s:26:"hidraulicna-presa-20t-yato";s:4:"path";s:12:"/1/170/1284/";}}}i:12;a:7:{s:11:"category_id";i:1488;s:13:"category_name";s:44:"Kablovi za start, kleme i štipaljke za kola";s:17:"category_name_seo";s:42:"kablovi-za-start-kleme-i-stipaljke-za-kola";s:17:"category_name_aim";s:47:"Kablovi za startovanje auta, kleme i štipaljke";s:14:"category_image";s:19:"1488-1706704885.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"110406";s:10:"product_id";i:110406;s:4:"name";s:32:"Štipaljka za akumulator I - par";s:12:"product_name";s:32:"Štipaljka za akumulator I - par";s:3:"url";s:29:"stipaljka-za-akumulator-i-par";s:4:"path";s:12:"/1/170/1488/";}i:1;a:6:{s:2:"id";s:5:"80428";s:10:"product_id";i:80428;s:4:"name";s:43:"Klešta-štipaljke za kablove 75 mm Automax";s:12:"product_name";s:43:"Klešta-štipaljke za kablove 75 mm Automax";s:3:"url";s:41:"klesta-stipaljke-za-kablove-75-mm-automax";s:4:"path";s:12:"/1/170/1488/";}i:2;a:6:{s:2:"id";s:6:"110404";s:10:"product_id";i:110404;s:4:"name";s:33:"Štipaljka za akumulator II - par";s:12:"product_name";s:33:"Štipaljka za akumulator II - par";s:3:"url";s:30:"stipaljka-za-akumulator-ii-par";s:4:"path";s:12:"/1/170/1488/";}i:3;a:6:{s:2:"id";s:5:"80423";s:10:"product_id";i:80423;s:4:"name";s:43:"Štipaljka za kablove za akumulatore 140 mm";s:12:"product_name";s:43:"Štipaljka za kablove za akumulatore 140 mm";s:3:"url";s:42:"stipaljka-za-kablove-za-akumulatore-140-mm";s:4:"path";s:12:"/1/170/1488/";}i:4;a:6:{s:2:"id";s:6:"110402";s:10:"product_id";i:110402;s:4:"name";s:34:"Štipaljka za akumulator III - par";s:12:"product_name";s:34:"Štipaljka za akumulator III - par";s:3:"url";s:31:"stipaljka-za-akumulator-iii-par";s:4:"path";s:12:"/1/170/1488/";}}}i:13;a:7:{s:11:"category_id";i:1456;s:13:"category_name";s:17:"Kanisteri i kante";s:17:"category_name_seo";s:17:"kanisteri-i-kante";s:17:"category_name_aim";s:17:"Kanisteri i kante";s:14:"category_image";s:19:"1456-1673869958.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"104673";s:10:"product_id";i:104673;s:4:"name";s:41:"Boca za pravljenje mešavine 1 l Villager";s:12:"product_name";s:41:"Boca za pravljenje mešavine 1 l Villager";s:3:"url";s:40:"boca-za-pravljenje-mesavine-1-l-villager";s:4:"path";s:12:"/1/170/1456/";}i:1;a:6:{s:2:"id";s:5:"99418";s:10:"product_id";i:99418;s:4:"name";s:57:"Levak - nastavak za metalni kanister za gorivo STREND PRO";s:12:"product_name";s:57:"Levak - nastavak za metalni kanister za gorivo STREND PRO";s:3:"url";s:55:"levak-nastavak-za-metalni-kanister-za-gorivo-strend-pro";s:4:"path";s:12:"/1/170/1456/";}i:2;a:6:{s:2:"id";s:5:"54928";s:10:"product_id";i:54928;s:4:"name";s:32:"Kanister za gorivo 10l DIMARTINO";s:12:"product_name";s:32:"Kanister za gorivo 10l DIMARTINO";s:3:"url";s:32:"kanister-za-gorivo-10l-dimartino";s:4:"path";s:12:"/1/170/1456/";}i:3;a:6:{s:2:"id";s:6:"103230";s:10:"product_id";i:103230;s:4:"name";s:41:"Kanister - kanta za gorivo 10L STREND PRO";s:12:"product_name";s:41:"Kanister - kanta za gorivo 10L STREND PRO";s:3:"url";s:39:"kanister-kanta-za-gorivo-10l-strend-pro";s:4:"path";s:12:"/1/170/1456/";}i:4;a:6:{s:2:"id";s:6:"115751";s:10:"product_id";i:115751;s:4:"name";s:49:"Kanta za gorivo plastična – 10 litara sa lulom";s:12:"product_name";s:49:"Kanta za gorivo plastična – 10 litara sa lulom";s:3:"url";s:44:"kanta-za-gorivo-plasticna-10-litara-sa-lulom";s:4:"path";s:12:"/1/170/1456/";}}}i:14;a:7:{s:11:"category_id";i:1436;s:13:"category_name";s:18:"Kompresori za auto";s:17:"category_name_seo";s:18:"kompresori-za-auto";s:17:"category_name_aim";s:28:"Kompresori za auta i kamione";s:14:"category_image";s:19:"1436-1649415965.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"90003";s:10:"product_id";i:90003;s:4:"name";s:43:"RAIDER RD-AC05 mini kompresor za vazduh 12V";s:12:"product_name";s:43:"RAIDER RD-AC05 mini kompresor za vazduh 12V";s:3:"url";s:43:"raider-rd-ac05-mini-kompresor-za-vazduh-12v";s:4:"path";s:11:"/1/21/1436/";}i:1;a:6:{s:2:"id";s:6:"120820";s:10:"product_id";i:120820;s:4:"name";s:37:"Kompresor bateriijski w-ak 7-21 WOMAX";s:12:"product_name";s:37:"Kompresor bateriijski w-ak 7-21 WOMAX";s:3:"url";s:37:"kompresor-bateriijski-w-ak-7-21-womax";s:4:"path";s:11:"/1/21/1436/";}i:2;a:6:{s:2:"id";s:6:"120804";s:10:"product_id";i:120804;s:4:"name";s:43:"Kompresor za duvanje guma w-ak 12-100 WOMAX";s:12:"product_name";s:43:"Kompresor za duvanje guma w-ak 12-100 WOMAX";s:3:"url";s:43:"kompresor-za-duvanje-guma-w-ak-12-100-womax";s:4:"path";s:11:"/1/21/1436/";}i:3;a:6:{s:2:"id";s:6:"120785";s:10:"product_id";i:120785;s:4:"name";s:43:"Kompresor za duvanje guma w-ak 12-151 WOMAX";s:12:"product_name";s:43:"Kompresor za duvanje guma w-ak 12-151 WOMAX";s:3:"url";s:43:"kompresor-za-duvanje-guma-w-ak-12-151-womax";s:4:"path";s:11:"/1/21/1436/";}i:4;a:6:{s:2:"id";s:5:"45991";s:10:"product_id";i:45991;s:4:"name";s:81:"Kompresor za duvanje guma sa priključkom za upaljač na kolima W-AK 12-150 Womax";s:12:"product_name";s:81:"Kompresor za duvanje guma sa priključkom za upaljač na kolima W-AK 12-150 Womax";s:3:"url";s:79:"kompresor-za-duvanje-guma-sa-prikljuckom-za-upaljac-na-kolima-w-ak-12-150-womax";s:4:"path";s:11:"/1/21/1436/";}}}i:15;a:7:{s:11:"category_id";i:332;s:13:"category_name";s:30:"Lampe svetleće za mehaničare";s:17:"category_name_seo";s:28:"lampe-svetlece-za-mehanicare";s:17:"category_name_aim";s:30:"Lampe svetleće za mehaničare";s:14:"category_image";s:18:"332-1271157785.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"89700";s:10:"product_id";i:89700;s:4:"name";s:37:"Prosto prenosna serviserska LED lampa";s:12:"product_name";s:37:"Prosto prenosna serviserska LED lampa";s:3:"url";s:37:"prosto-prenosna-serviserska-led-lampa";s:4:"path";s:11:"/1/170/332/";}i:1;a:6:{s:2:"id";s:5:"45068";s:10:"product_id";i:45068;s:4:"name";s:35:"Radionička lampa W-WL 60-220 Womax";s:12:"product_name";s:35:"Radionička lampa W-WL 60-220 Womax";s:3:"url";s:34:"radionicka-lampa-w-wl-60-220-womax";s:4:"path";s:11:"/1/170/332/";}i:2;a:6:{s:2:"id";s:6:"117067";s:10:"product_id";i:117067;s:4:"name";s:44:"YATO LED lampa 2W,200LM opseg 30m‚ YT08555";s:12:"product_name";s:44:"YATO LED lampa 2W,200LM opseg 30m‚ YT08555";s:3:"url";s:40:"yato-led-lampa-2w200lm-opseg-30m-yt08555";s:4:"path";s:11:"/1/170/332/";}i:3;a:6:{s:2:"id";s:6:"116240";s:10:"product_id";i:116240;s:4:"name";s:38:"Prenosiva LED svetiljka HT1E410 Hogert";s:12:"product_name";s:38:"Prenosiva LED svetiljka HT1E410 Hogert";s:3:"url";s:38:"prenosiva-led-svetiljka-ht1e410-hogert";s:4:"path";s:11:"/1/170/332/";}i:4;a:6:{s:2:"id";s:5:"63815";s:10:"product_id";i:63815;s:4:"name";s:26:"LED svetiljka - 2091 Unior";s:12:"product_name";s:26:"LED svetiljka - 2091 Unior";s:3:"url";s:24:"led-svetiljka-2091-unior";s:4:"path";s:11:"/1/170/332/";}}}i:16;a:7:{s:11:"category_id";i:1503;s:13:"category_name";s:29:"Levak za pretakanje tečnosti";s:17:"category_name_seo";s:28:"levak-za-pretakanje-tecnosti";s:17:"category_name_aim";s:39:"Levak za ulje, gorivo i druge tečnosti";s:14:"category_image";s:19:"1503-1729603383.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"107542";s:10:"product_id";i:107542;s:4:"name";s:41:"Pressol levak za tečnosti 50mm / 0.05lit";s:12:"product_name";s:41:"Pressol levak za tečnosti 50mm / 0.05lit";s:3:"url";s:36:"presol-levak-za-tecnosti-50mm-005lit";s:4:"path";s:12:"/1/170/1503/";}i:1;a:6:{s:2:"id";s:6:"107546";s:10:"product_id";i:107546;s:4:"name";s:41:"Pressol levak za tečnosti 75mm / 0.09lit";s:12:"product_name";s:41:"Pressol levak za tečnosti 75mm / 0.09lit";s:3:"url";s:36:"presol-levak-za-tecnosti-75mm-009lit";s:4:"path";s:12:"/1/170/1503/";}i:2;a:6:{s:2:"id";s:6:"104132";s:10:"product_id";i:104132;s:4:"name";s:27:"Levak za gorivo fleksibilni";s:12:"product_name";s:27:"Levak za gorivo fleksibilni";s:3:"url";s:27:"levak-za-gorivo-fleksibilni";s:4:"path";s:12:"/1/170/1503/";}i:3;a:6:{s:2:"id";s:5:"56620";s:10:"product_id";i:56620;s:4:"name";s:20:"Levak za gorivo YATO";s:12:"product_name";s:20:"Levak za gorivo YATO";s:3:"url";s:20:"levak-za-gorivo-yato";s:4:"path";s:12:"/1/170/1503/";}i:4;a:6:{s:2:"id";s:6:"107549";s:10:"product_id";i:107549;s:4:"name";s:42:"Pressol levak za tečnosti 120mm / 0.27lit";s:12:"product_name";s:42:"Pressol levak za tečnosti 120mm / 0.27lit";s:3:"url";s:37:"presol-levak-za-tecnosti-120mm-027lit";s:4:"path";s:12:"/1/170/1503/";}}}i:17;a:7:{s:11:"category_id";i:1214;s:13:"category_name";s:37:"Mašine za zamenu i balansiranje guma";s:17:"category_name_seo";s:36:"masine-za-zamenu-i-balansiranje-guma";s:17:"category_name_aim";s:37:"Mašine za zamenu i balansiranje guma";s:14:"category_image";s:19:"1214-1675246359.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:1:{i:0;a:6:{s:2:"id";s:5:"58719";s:10:"product_id";i:58719;s:4:"name";s:24:"Merač pritiska u gumama";s:12:"product_name";s:24:"Merač pritiska u gumama";s:3:"url";s:23:"merac-pritiska-u-gumama";s:4:"path";s:12:"/1/170/1214/";}}}i:18;a:7:{s:11:"category_id";i:1252;s:13:"category_name";s:15:"Motori i oprema";s:17:"category_name_seo";s:15:"motori-i-oprema";s:17:"category_name_aim";s:29:"Motorcikli i oprema za motore";s:14:"category_image";s:19:"1252-1675246565.jpg";s:13:"subCategories";a:1:{i:0;a:5:{s:11:"category_id";i:1253;s:13:"category_name";s:18:"Zažtita od krađe";s:17:"category_name_seo";s:16:"zaztita-od-krade";s:17:"category_name_aim";s:18:"Zažtita od krađe";s:14:"category_image";s:19:"1253-1416491626.jpg";}}s:8:"products";a:0:{}}i:19;a:7:{s:11:"category_id";i:500;s:13:"category_name";s:26:"Oprema za auto mehaničare";s:17:"category_name_seo";s:25:"oprema-za-auto-mehanicare";s:17:"category_name_aim";s:26:"Oprema za auto mehaničare";s:14:"category_image";s:18:"500-1672947579.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"100212";s:10:"product_id";i:100212;s:4:"name";s:39:"Plastični nosač za ključeve za 8 kom";s:12:"product_name";s:39:"Plastični nosač za ključeve za 8 kom";s:3:"url";s:36:"plasticni-nosac-za-kljuceve-za-8-kom";s:4:"path";s:11:"/1/170/500/";}i:1;a:6:{s:2:"id";s:5:"80398";s:10:"product_id";i:80398;s:4:"name";s:32:"Ključ za svećice 16 mm Automax";s:12:"product_name";s:32:"Ključ za svećice 16 mm Automax";s:3:"url";s:30:"kljuc-za-svecice-16-mm-automax";s:4:"path";s:11:"/1/170/500/";}i:2;a:6:{s:2:"id";s:5:"80399";s:10:"product_id";i:80399;s:4:"name";s:32:"Ključ za svećice 21 mm Automax";s:12:"product_name";s:32:"Ključ za svećice 21 mm Automax";s:3:"url";s:30:"kljuc-za-svecice-21-mm-automax";s:4:"path";s:11:"/1/170/500/";}i:3;a:6:{s:2:"id";s:6:"100261";s:10:"product_id";i:100261;s:4:"name";s:44:"Magnetna posuda za sitan alat i pribor 100mm";s:12:"product_name";s:44:"Magnetna posuda za sitan alat i pribor 100mm";s:3:"url";s:44:"magnetna-posuda-za-sitan-alat-i-pribor-100mm";s:4:"path";s:11:"/1/170/500/";}i:4;a:6:{s:2:"id";s:5:"80388";s:10:"product_id";i:80388;s:4:"name";s:34:"Alat za skidanje tapacirunga 6 kom";s:12:"product_name";s:34:"Alat za skidanje tapacirunga 6 kom";s:3:"url";s:34:"alat-za-skidanje-tapacirunga-6-kom";s:4:"path";s:11:"/1/170/500/";}}}i:20;a:7:{s:11:"category_id";i:438;s:13:"category_name";s:27:"Ostala oprema za automobile";s:17:"category_name_seo";s:27:"ostala-oprema-za-automobile";s:17:"category_name_aim";s:27:"Ostala oprema za automobile";s:14:"category_image";s:18:"438-1672947872.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"114222";s:10:"product_id";i:114222;s:4:"name";s:42:"Automobilski osigurači, set – NEO TOOLS";s:12:"product_name";s:42:"Automobilski osigurači, set – NEO TOOLS";s:3:"url";s:36:"automobilski-osiguraci-set-neo-tools";s:4:"path";s:11:"/1/170/438/";}i:1;a:6:{s:2:"id";s:5:"67856";s:10:"product_id";i:67856;s:4:"name";s:47:"Sunđer za pranje automobila 215x105x65mm Womax";s:12:"product_name";s:47:"Sunđer za pranje automobila 215x105x65mm Womax";s:3:"url";s:46:"sunder-za-pranje-automobila-215x105x65mm-womax";s:4:"path";s:11:"/1/170/438/";}i:2;a:6:{s:2:"id";s:5:"57978";s:10:"product_id";i:57978;s:4:"name";s:45:"Klemna za putnička vozila od cinka B0809 DHC";s:12:"product_name";s:45:"Klemna za putnička vozila od cinka B0809 DHC";s:3:"url";s:44:"klemna-za-putnicka-vozila-od-cinka-b0809-dhc";s:4:"path";s:11:"/1/170/438/";}i:3;a:6:{s:2:"id";s:5:"80438";s:10:"product_id";i:80438;s:4:"name";s:38:"Sundjer za pranje auta dvoslojni Jumbo";s:12:"product_name";s:38:"Sundjer za pranje auta dvoslojni Jumbo";s:3:"url";s:38:"sundjer-za-pranje-auta-dvoslojni-jumbo";s:4:"path";s:11:"/1/170/438/";}i:4;a:6:{s:2:"id";s:5:"58092";s:10:"product_id";i:58092;s:4:"name";s:35:"Bometar za kiselinu mali 202509 DHC";s:12:"product_name";s:35:"Bometar za kiselinu mali 202509 DHC";s:3:"url";s:35:"bometar-za-kiselinu-mali-202509-dhc";s:4:"path";s:11:"/1/170/438/";}}}i:21;a:7:{s:11:"category_id";i:1159;s:13:"category_name";s:17:"Patosnice za auto";s:17:"category_name_seo";s:17:"patosnice-za-auto";s:17:"category_name_aim";s:17:"Patosnice za auto";s:14:"category_image";s:19:"1159-1675246182.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:22;a:7:{s:11:"category_id";i:125;s:13:"category_name";s:21:"Perači pod pritiskom";s:17:"category_name_seo";s:20:"peraci-pod-pritiskom";s:17:"category_name_aim";s:21:"Perači pod pritiskom";s:14:"category_image";s:18:"125-1675075023.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"111820";s:10:"product_id";i:111820;s:4:"name";s:42:"Perač pod pritiskom Villager VHW 70 Prime";s:12:"product_name";s:42:"Perač pod pritiskom Villager VHW 70 Prime";s:3:"url";s:41:"perac-pod-pritiskom-villager-vhw-70-prime";s:4:"path";s:13:"/1/21/22/125/";}i:1;a:6:{s:2:"id";s:6:"109795";s:10:"product_id";i:109795;s:4:"name";s:54:"Perač pod visokim pritiskom HPC1400 110 bar Scheppach";s:12:"product_name";s:54:"Perač pod visokim pritiskom HPC1400 110 bar Scheppach";s:3:"url";s:53:"perac-pod-visokim-pritiskom-hpc1400-110-bar-scheppach";s:4:"path";s:13:"/1/21/22/125/";}i:2;a:6:{s:2:"id";s:5:"73191";s:10:"product_id";i:73191;s:4:"name";s:52:"Aparat za pranje pod pritiskom 1400W VHW 80 VILLAGER";s:12:"product_name";s:52:"Aparat za pranje pod pritiskom 1400W VHW 80 VILLAGER";s:3:"url";s:52:"aparat-za-pranje-pod-pritiskom-1400w-vhw-80-villager";s:4:"path";s:13:"/1/21/22/125/";}i:3;a:6:{s:2:"id";s:5:"85488";s:10:"product_id";i:85488;s:4:"name";s:45:"Einhell perač pod visokim pritiskom TC-HP 90";s:12:"product_name";s:45:"Einhell perač pod visokim pritiskom TC-HP 90";s:3:"url";s:44:"einhell-perac-pod-visokim-pritiskom-tc-hp-90";s:4:"path";s:13:"/1/21/22/125/";}i:4;a:6:{s:2:"id";s:6:"120389";s:10:"product_id";i:120389;s:4:"name";s:37:"Površinski čistač za behaton xdp05";s:12:"product_name";s:37:"Površinski čistač za behaton xdp05";s:3:"url";s:34:"povrsinski-cistac-za-behaton-xdp05";s:4:"path";s:13:"/1/21/22/125/";}}}i:23;a:7:{s:11:"category_id";i:395;s:13:"category_name";s:17:"Presvlake za auto";s:17:"category_name_seo";s:17:"presvlake-za-auto";s:17:"category_name_aim";s:17:"Presvlake za auto";s:14:"category_image";s:18:"395-1675245992.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:24;a:7:{s:11:"category_id";i:1395;s:13:"category_name";s:21:"Prva pomoć za vozila";s:17:"category_name_seo";s:20:"prva-pomoc-za-vozila";s:17:"category_name_aim";s:21:"Prva pomoć za vozila";s:14:"category_image";s:19:"1395-1675245773.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:25;a:7:{s:11:"category_id";i:769;s:13:"category_name";s:22:"Pumpe za ulje i gorivo";s:17:"category_name_seo";s:22:"pumpe-za-ulje-i-gorivo";s:17:"category_name_aim";s:22:"Pumpe za ulje i gorivo";s:14:"category_image";s:18:"769-1318849159.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"100274";s:10:"product_id";i:100274;s:4:"name";s:33:"Ručna pumpa za pretakanje fluida";s:12:"product_name";s:33:"Ručna pumpa za pretakanje fluida";s:3:"url";s:32:"rucna-pumpa-za-pretakanje-fluida";s:4:"path";s:11:"/1/170/769/";}i:1;a:6:{s:2:"id";s:6:"111941";s:10:"product_id";i:111941;s:4:"name";s:85:"Ručna pumpa za pretakanje tečnosti sa crevom 100 cm – pretakač sa pumpicom 15 mm";s:12:"product_name";s:85:"Ručna pumpa za pretakanje tečnosti sa crevom 100 cm – pretakač sa pumpicom 15 mm";s:3:"url";s:78:"rucna-pumpa-za-pretakanje-tecnosti-sa-crevom-100-cm-pretakac-sa-pumpicom-15-mm";s:4:"path";s:11:"/1/170/769/";}i:2;a:6:{s:2:"id";s:5:"80419";s:10:"product_id";i:80419;s:4:"name";s:35:"Pumpa-sifon za pretakanje tečnosti";s:12:"product_name";s:35:"Pumpa-sifon za pretakanje tečnosti";s:3:"url";s:34:"pumpa-sifon-za-pretakanje-tecnosti";s:4:"path";s:11:"/1/170/769/";}i:3;a:6:{s:2:"id";s:5:"64098";s:10:"product_id";i:64098;s:4:"name";s:78:"Višenamenska ručna pumpa za pretakanje tečnosti i naduvavanje vazduhom Haus";s:12:"product_name";s:78:"Višenamenska ručna pumpa za pretakanje tečnosti i naduvavanje vazduhom Haus";s:3:"url";s:75:"visenamenska-rucna-pumpa-za-pretakanje-tecnosti-i-naduvavanje-vazduhom-haus";s:4:"path";s:11:"/1/170/769/";}i:4;a:6:{s:2:"id";s:6:"103909";s:10:"product_id";i:103909;s:4:"name";s:44:"Fieldman ručna vakum pumpa za ulje i gorivo";s:12:"product_name";s:44:"Fieldman ručna vakum pumpa za ulje i gorivo";s:3:"url";s:43:"fieldman-rucna-vakum-pumpa-za-ulje-i-gorivo";s:4:"path";s:11:"/1/170/769/";}}}i:26;a:7:{s:11:"category_id";i:1290;s:13:"category_name";s:48:"Sredstva za popravku i lepljenje guma i plastike";s:17:"category_name_seo";s:48:"sredstva-za-popravku-i-lepljenje-guma-i-plastike";s:17:"category_name_aim";s:48:"Sredstva za popravku i lepljenje guma i plastike";s:14:"category_image";s:19:"1290-1466433626.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"62590";s:10:"product_id";i:62590;s:4:"name";s:49:"Set za popravku unutrašnjih guma za bicikle TT01";s:12:"product_name";s:49:"Set za popravku unutrašnjih guma za bicikle TT01";s:3:"url";s:48:"set-za-popravku-unutrasnjih-guma-za-bicikle-tt01";s:4:"path";s:12:"/1/170/1290/";}i:1;a:6:{s:2:"id";s:5:"62591";s:10:"product_id";i:62591;s:4:"name";s:49:"Set za popravku unutrašnjih guma za bicikle TT02";s:12:"product_name";s:49:"Set za popravku unutrašnjih guma za bicikle TT02";s:3:"url";s:48:"set-za-popravku-unutrasnjih-guma-za-bicikle-tt02";s:4:"path";s:12:"/1/170/1290/";}i:2;a:6:{s:2:"id";s:5:"62595";s:10:"product_id";i:62595;s:4:"name";s:62:"Set za popravku unutrašnjih guma za automobile i kamione TT11";s:12:"product_name";s:62:"Set za popravku unutrašnjih guma za automobile i kamione TT11";s:3:"url";s:61:"set-za-popravku-unutrasnjih-guma-za-automobile-i-kamione-tt11";s:4:"path";s:12:"/1/170/1290/";}i:3;a:6:{s:2:"id";s:5:"62594";s:10:"product_id";i:62594;s:4:"name";s:35:"Set za popravku guma za motore TT10";s:12:"product_name";s:35:"Set za popravku guma za motore TT10";s:3:"url";s:35:"set-za-popravku-guma-za-motore-tt10";s:4:"path";s:12:"/1/170/1290/";}i:4;a:6:{s:2:"id";s:5:"62593";s:10:"product_id";i:62593;s:4:"name";s:64:"Set za popravku guma za za ATB, MTB i frekfentne bicikliste TT05";s:12:"product_name";s:64:"Set za popravku guma za za ATB, MTB i frekfentne bicikliste TT05";s:3:"url";s:63:"set-za-popravku-guma-za-za-atb-mtb-i-frekfentne-bicikliste-tt05";s:4:"path";s:12:"/1/170/1290/";}}}i:27;a:7:{s:11:"category_id";i:686;s:13:"category_name";s:25:"Sredstva za pranje vozila";s:17:"category_name_seo";s:25:"sredstva-za-pranje-vozila";s:17:"category_name_aim";s:25:"Sredstva za pranje vozila";s:14:"category_image";s:18:"686-1673869808.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"44384";s:10:"product_id";i:44384;s:4:"name";s:32:"Tečni premaz za gume Gumix 1lit";s:12:"product_name";s:32:"Tečni premaz za gume Gumix 1lit";s:3:"url";s:31:"tecni-premaz-za-gume-gumix-1lit";s:4:"path";s:11:"/1/170/686/";}i:1;a:6:{s:2:"id";s:5:"44380";s:10:"product_id";i:44380;s:4:"name";s:58:"Sredstvo za čišćenje gume i plastike Aromatik sjaj 1lit";s:12:"product_name";s:58:"Sredstvo za čišćenje gume i plastike Aromatik sjaj 1lit";s:3:"url";s:55:"sredstvo-za-ciscenje-gume-i-plastike-aromatik-sjaj-1lit";s:4:"path";s:11:"/1/170/686/";}i:2;a:6:{s:2:"id";s:5:"96820";s:10:"product_id";i:96820;s:4:"name";s:69:"Karcher penušavo sredstvo za čišćenje RM 615, 6.295-743.0 1 litar";s:12:"product_name";s:69:"Karcher penušavo sredstvo za čišćenje RM 615, 6.295-743.0 1 litar";s:3:"url";s:62:"karcher-penusavo-sredstvo-za-ciscenje-rm-615-6295-7430-1-litar";s:4:"path";s:11:"/1/170/686/";}i:3;a:6:{s:2:"id";s:5:"96835";s:10:"product_id";i:96835;s:4:"name";s:57:"Karcher Odstranjivač insekata RM 618, 6.295-761.0 500 ml";s:12:"product_name";s:57:"Karcher Odstranjivač insekata RM 618, 6.295-761.0 500 ml";s:3:"url";s:53:"karcher-odstranjivac-insekata-rm-618-6295-7610-500-ml";s:4:"path";s:11:"/1/170/686/";}i:4;a:6:{s:2:"id";s:5:"56369";s:10:"product_id";i:56369;s:4:"name";s:43:"Gel za čišćenje stakla 3U1 500ML KARCHER";s:12:"product_name";s:43:"Gel za čišćenje stakla 3U1 500ML KARCHER";s:3:"url";s:40:"gel-za-ciscenje-stakla-3u1-500ml-karcher";s:4:"path";s:11:"/1/170/686/";}}}i:28;a:7:{s:11:"category_id";i:320;s:13:"category_name";s:31:"Starteri i punjači akumulatora";s:17:"category_name_seo";s:30:"starteri-i-punjaci-akumulatora";s:17:"category_name_aim";s:31:"Starteri i punjači akumulatora";s:14:"category_image";s:18:"320-1675080804.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"81567";s:10:"product_id";i:81567;s:4:"name";s:39:"Punjač olovnih akumulatora 6V TS-1042C";s:12:"product_name";s:39:"Punjač olovnih akumulatora 6V TS-1042C";s:3:"url";s:38:"punjac-olovnih-akumulatora-6v-ts-1042c";s:4:"path";s:11:"/1/170/320/";}i:1;a:6:{s:2:"id";s:5:"81568";s:10:"product_id";i:81568;s:4:"name";s:40:"Punjač olovnih akumulatora 12V TS-1012C";s:12:"product_name";s:40:"Punjač olovnih akumulatora 12V TS-1012C";s:3:"url";s:39:"punjac-olovnih-akumulatora-12v-ts-1012c";s:4:"path";s:11:"/1/170/320/";}i:2;a:6:{s:2:"id";s:5:"79032";s:10:"product_id";i:79032;s:4:"name";s:56:"Punjač akumulatora sa mikroprocesorom CE-BC 1 M Einhell";s:12:"product_name";s:56:"Punjač akumulatora sa mikroprocesorom CE-BC 1 M Einhell";s:3:"url";s:55:"punjac-akumulatora-sa-mikroprocesorom-ce-bc-1-m-einhell";s:4:"path";s:11:"/1/170/320/";}i:3;a:6:{s:2:"id";s:5:"79036";s:10:"product_id";i:79036;s:4:"name";s:56:"Punjač akumulatora sa mikroprocesorom CE-BC 2 M Einhell";s:12:"product_name";s:56:"Punjač akumulatora sa mikroprocesorom CE-BC 2 M Einhell";s:3:"url";s:55:"punjac-akumulatora-sa-mikroprocesorom-ce-bc-2-m-einhell";s:4:"path";s:11:"/1/170/320/";}i:4;a:6:{s:2:"id";s:5:"89326";s:10:"product_id";i:89326;s:4:"name";s:52:"Punjač akumulatora Pro-User IBC800 6/12/12,8V- 0.8A";s:12:"product_name";s:52:"Punjač akumulatora Pro-User IBC800 6/12/12,8V- 0.8A";s:3:"url";s:46:"punjac-akumulatora-pro-user-ibc800-612128v-08a";s:4:"path";s:11:"/1/170/320/";}}}}s:8:"products";a:0:{}}"
]
"types" => [3 => Doctrine\DBAL\ParameterType {#954
+name: "INTEGER"
}
4 => Doctrine\DBAL\ParameterType {#954}
1 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#1232
+name: "LARGE_OBJECT"
}
]
]
[
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
"params" => [1 => 17807122922 => "cache_tree_aim_1"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#954
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
]
]
debug
Executing statement:
"""
\n\t\t\tSELECT COUNT(p.id) broj_proizvoda, b.id AS brand_id, b.brand_name, brand_image\n\t\t\tFROM proizvodi p, proizvodjaci b\n\t\t\tWHERE p.brand_id = b.id\n\t\t\tAND p.active = 1 AND p.show_product=1 AND b.active = 1 AND b.show_brand = 1\n\t\t\tAND (p.copy_from_id is NULL OR p.copy_from_id = '') AND p.category_id = ? AND p.fl_alat = 1\n\t\t\tGROUP BY p.brand_id\n\t\t\tORDER BY b.brand_name
"""
[
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
"params" => [1 => 17807122922 => "cache_tree_aim_21"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#954
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#952
+name: "STRING"
}
]
]
debug
Executing query:
"""
\n\t\t\tSELECT b.id AS brand_id, b.brand_name, b.num_of_products_aim AS broj_proizvoda\n\t\t\tFROM proizvodjaci b\n\t\t\tWHERE b.active = 1 AND b.show_brand = 1\n\t\t\tORDER BY broj_proizvoda DESC\n\t\t\tLIMIT 25
"""
doctrine
[
"sql" => """
\n\t\t\tSELECT b.id AS brand_id, b.brand_name, b.num_of_products_aim AS broj_proizvoda\n\t\t\tFROM proizvodjaci b\n\t\t\tWHERE b.active = 1 AND b.show_brand = 1\n\t\t\tORDER BY broj_proizvoda DESC\n\t\t\tLIMIT 25
"""
]
debug
Executing query:
"""
\n SELECT COUNT(p.id) AS uk_broj_aktivnih \n FROM proizvodi p \n WHERE p.active = 1 AND p.show_product = 1
"""
doctrine
[
"sql" => """
\n SELECT COUNT(p.id) AS uk_broj_aktivnih \n FROM proizvodi p \n WHERE p.active = 1 AND p.show_product = 1
"""
]
debug
Executing query:
"""
SELECT COUNT(*) AS num_brands\n FROM proizvodjaci b\n\tWHERE active = 1 AND show_brand = 1 AND num_of_products_aim > 0
"""
doctrine
[
"sql" => """
SELECT COUNT(*) AS num_brands\n FROM proizvodjaci b\n\tWHERE active = 1 AND show_brand = 1 AND num_of_products_aim > 0
"""
]
debug
Executing query:
" SELECT * FROM upload_images ORDER BY id"
doctrine
[
"sql" => " SELECT * FROM upload_images ORDER BY id"
]
There are no log messages.
Container Compilation Logs (1273)
Log messages generated during the compilation of the service container.
Messages
Class
170
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxController" (parent: .abstract.instanceof.App\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxController).
Resolving inheritance for ".instanceof.App\Controller\AjaxController.0.App\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxController).
Resolving inheritance for "App\Controller\AjaxController" (parent: .instanceof.App\Controller\AjaxController.0.App\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BasketController" (parent: .abstract.instanceof.App\Controller\BasketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BasketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BasketController).
Resolving inheritance for ".instanceof.App\Controller\BasketController.0.App\Controller\BasketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BasketController).
Resolving inheritance for "App\Controller\BasketController" (parent: .instanceof.App\Controller\BasketController.0.App\Controller\BasketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrandController" (parent: .abstract.instanceof.App\Controller\BrandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrandController).
Resolving inheritance for ".instanceof.App\Controller\BrandController.0.App\Controller\BrandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrandController).
Resolving inheritance for "App\Controller\BrandController" (parent: .instanceof.App\Controller\BrandController.0.App\Controller\BrandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController" (parent: .abstract.instanceof.App\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController).
Resolving inheritance for ".instanceof.App\Controller\CategoryController.0.App\Controller\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController).
Resolving inheritance for "App\Controller\CategoryController" (parent: .instanceof.App\Controller\CategoryController.0.App\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CheckoutController" (parent: .abstract.instanceof.App\Controller\CheckoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CheckoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CheckoutController).
Resolving inheritance for ".instanceof.App\Controller\CheckoutController.0.App\Controller\CheckoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CheckoutController).
Resolving inheritance for "App\Controller\CheckoutController" (parent: .instanceof.App\Controller\CheckoutController.0.App\Controller\CheckoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController" (parent: .abstract.instanceof.App\Controller\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController).
Resolving inheritance for ".instanceof.App\Controller\ContactController.0.App\Controller\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController).
Resolving inheritance for "App\Controller\ContactController" (parent: .instanceof.App\Controller\ContactController.0.App\Controller\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController" (parent: .abstract.instanceof.App\Controller\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController).
Resolving inheritance for ".instanceof.App\Controller\ErrorController.0.App\Controller\ErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController).
Resolving inheritance for "App\Controller\ErrorController" (parent: .instanceof.App\Controller\ErrorController.0.App\Controller\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController" (parent: .abstract.instanceof.App\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController).
Resolving inheritance for ".instanceof.App\Controller\IndexController.0.App\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController).
Resolving inheritance for "App\Controller\IndexController" (parent: .instanceof.App\Controller\IndexController.0.App\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LayoutController" (parent: .abstract.instanceof.App\Controller\LayoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LayoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LayoutController).
Resolving inheritance for "App\Controller\LayoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LayoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListProductController" (parent: .abstract.instanceof.App\Controller\ListProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListProductController).
Resolving inheritance for ".instanceof.App\Controller\ListProductController.0.App\Controller\ListProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListProductController).
Resolving inheritance for "App\Controller\ListProductController" (parent: .instanceof.App\Controller\ListProductController.0.App\Controller\ListProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MemberController" (parent: .abstract.instanceof.App\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MemberController).
Resolving inheritance for ".instanceof.App\Controller\MemberController.0.App\Controller\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MemberController).
Resolving inheritance for "App\Controller\MemberController" (parent: .instanceof.App\Controller\MemberController.0.App\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagesController" (parent: .abstract.instanceof.App\Controller\PagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagesController).
Resolving inheritance for ".instanceof.App\Controller\PagesController.0.App\Controller\PagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagesController).
Resolving inheritance for "App\Controller\PagesController" (parent: .instanceof.App\Controller\PagesController.0.App\Controller\PagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentDevController" (parent: .abstract.instanceof.App\Controller\PaymentDevController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentDevController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentDevController).
Resolving inheritance for ".instanceof.App\Controller\PaymentDevController.0.App\Controller\PaymentDevController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentDevController).
Resolving inheritance for "App\Controller\PaymentDevController" (parent: .instanceof.App\Controller\PaymentDevController.0.App\Controller\PaymentDevController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SingleProductController" (parent: .abstract.instanceof.App\Controller\SingleProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SingleProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SingleProductController).
Resolving inheritance for ".instanceof.App\Controller\SingleProductController.0.App\Controller\SingleProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SingleProductController).
Resolving inheritance for "App\Controller\SingleProductController" (parent: .instanceof.App\Controller\SingleProductController.0.App\Controller\SingleProductController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ImageProcessingListener" (parent: .abstract.instanceof.App\EventListener\ImageProcessingListener).
Resolving inheritance for "App\EventListener\ImageProcessingListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ImageProcessingListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LogoutListener" (parent: .abstract.instanceof.App\EventListener\LogoutListener).
Resolving inheritance for "App\EventListener\LogoutListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LogoutListener).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerUserRepository" (parent: .abstract.instanceof.App\Repository\CustomerUserRepository).
Resolving inheritance for "App\Repository\CustomerUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerUserRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigExtension" (parent: .abstract.instanceof.App\Twig\TwigExtension).
Resolving inheritance for "App\Twig\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.asset_mapper" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "cache.http_client.pool" (parent: cache.app).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "homepage.cache" (parent: cache.adapter.array).
Resolving inheritance for "sidebar.cache" (parent: cache.adapter.array).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: App\Security\LoginSuccessHandler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Conf\Courier" (parent: .abstract.instanceof.App\Conf\Courier).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Conf\OrderStatus" (parent: .abstract.instanceof.App\Conf\OrderStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Conf\PaymentMethod" (parent: .abstract.instanceof.App\Conf\PaymentMethod).
Resolving inheritance for ".instanceof.App\Entity\CustomerUser.0.App\Entity\CustomerUser" (parent: .abstract.instanceof.App\Entity\CustomerUser).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for ".signing.messenger.default_serializer" (parent: messenger.signing_serializer).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.asset_mapper" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
225
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\AssetMapperInterface"; reason: private alias.
Removed service "asset_mapper.http_client"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\ImportMap\ImportMapManager"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\Compressor\CompressorInterface"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderParser"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $homepage.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $homepageCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $homepage.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $homepageCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $homepage.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $homepageCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $homepage.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $homepageCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $sidebar.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $sidebarCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $sidebar.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $sidebarCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $sidebar.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $sidebarCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $sidebar.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $sidebarCache"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\UX\Turbo\Broadcaster\BroadcasterInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.customer_provider"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Pagerfanta\RouteGenerator\RouteGeneratorFactoryInterface"; reason: private alias.
Removed service "Pagerfanta\View\ViewFactoryInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $asset_mapper.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $assetMapperLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".service_locator.1wYbxtl"; reason: private alias.
Removed service ".service_locator.Jwa_kPG"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "http_client.uri_template.inner"; reason: private alias.
Removed service "asset_mapper.mapped_asset_factory"; reason: private alias.
Removed service "assets._default_package"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "turbo.broadcaster.imux"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service ".signing.messenger.default_serializer.inner"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.YU1i9lx"; reason: private alias.
Removed service ".service_locator.WuMf4rk"; reason: private alias.
Removed service ".service_locator.O696CZ8"; reason: private alias.
Removed service ".service_locator.D6tJ4Px"; reason: private alias.
Removed service ".service_locator.0ngK9uf"; reason: private alias.
84
Changed reference of service "App\Security\LoginSuccessHandler" previously pointing to "router.default" to "router".
Changed reference of service "Solarium\Client" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.config_debug" previously pointing to ".service_locator.ryAvHi4" to "container.env_var_processors_locator".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "asset_mapper.command.compile" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.desktop" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.main.form_login" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "pagerfanta.route_generator_factory" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.jLLS2Ji" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.kvOAK9B" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.GW5y7PS" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
228
Removed service ".abstract.App\Solr\SearchAbstract"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.signing_serializer"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Conf\Courier"; reason: abstract.
Removed service ".abstract.instanceof.App\Conf\Courier"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Conf\OrderStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Conf\OrderStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Conf\PaymentMethod"; reason: abstract.
Removed service ".abstract.instanceof.App\Conf\PaymentMethod"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.App\Controller\AjaxController.0.App\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BasketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BasketController"; reason: abstract.
Removed service ".instanceof.App\Controller\BasketController.0.App\Controller\BasketController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BasketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrandController"; reason: abstract.
Removed service ".instanceof.App\Controller\BrandController.0.App\Controller\BrandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BrandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.App\Controller\CategoryController.0.App\Controller\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CheckoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CheckoutController"; reason: abstract.
Removed service ".instanceof.App\Controller\CheckoutController.0.App\Controller\CheckoutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CheckoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.App\Controller\ContactController.0.App\Controller\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController"; reason: abstract.
Removed service ".instanceof.App\Controller\ErrorController.0.App\Controller\ErrorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.App\Controller\IndexController.0.App\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LayoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LayoutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LayoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListProductController"; reason: abstract.
Removed service ".instanceof.App\Controller\ListProductController.0.App\Controller\ListProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ListProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.App\Controller\MemberController.0.App\Controller\MemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagesController"; reason: abstract.
Removed service ".instanceof.App\Controller\PagesController.0.App\Controller\PagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentDevController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentDevController"; reason: abstract.
Removed service ".instanceof.App\Controller\PaymentDevController.0.App\Controller\PaymentDevController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PaymentDevController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SingleProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SingleProductController"; reason: abstract.
Removed service ".instanceof.App\Controller\SingleProductController.0.App\Controller\SingleProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SingleProductController"; reason: abstract.
Removed service ".instanceof.App\Entity\CustomerUser.0.App\Entity\CustomerUser"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\CustomerUser"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ImageProcessingListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ImageProcessingListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LogoutListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LogoutListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerUserRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigExtension"; reason: abstract.
178
Removed service "App\Classes\ApiCall"; reason: unused.
Removed service "App\Classes\Payment"; reason: unused.
Removed service "App\Classes\PaymentAsseco"; reason: unused.
Removed service "App\Classes\PaymentDev"; reason: unused.
Removed service "App\Conf\Courier"; reason: unused.
Removed service "App\Conf\GlobalConfig"; reason: unused.
Removed service "App\Conf\OrderStatus"; reason: unused.
Removed service "App\Conf\PaymentMethod"; reason: unused.
Removed service "App\DTOs\BrandModel"; reason: unused.
Removed service "App\DTOs\Category"; reason: unused.
Removed service "App\DTOs\OrderModel"; reason: unused.
Removed service "App\DTOs\StarRatingModel"; reason: unused.
Removed service "App\DTOs\WebSiteTagModel"; reason: unused.
Removed service "App\Entity\CustomerUser"; reason: unused.
Removed service "App\Exceptions\BadParameterException"; reason: unused.
Removed service "App\Exceptions\MemberBadPwd"; reason: unused.
Removed service "App\Exceptions\MemberNotExists"; reason: unused.
Removed service "App\Exceptions\NotFoundException"; reason: unused.
Removed service "App\Helpers\ArrayHelper"; reason: unused.
Removed service "App\Helpers\ControllerQuery"; reason: unused.
Removed service "App\Helpers\Randomizer"; reason: unused.
Removed service "App\Helpers\Slugifier"; reason: unused.
Removed service "App\Helpers\Validation"; reason: unused.
Removed service "App\Helpers\VariableHelper"; reason: unused.
Removed service "App\Helpers\YouTubeHelper"; reason: unused.
Removed service "App\Pagination\PagerDbalAdapter"; reason: unused.
Removed service "App\Pagination\RouteGenerator"; reason: unused.
Removed service "App\Security\LoginSuccessHandler"; reason: unused.
Removed service "App\Services\NacinDostaveService"; reason: unused.
Removed service "App\Services\TransactionService"; reason: unused.
Removed service "App\Solr\DocumentProduct"; reason: unused.
Removed service "controller.helper"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "asset_mapper.compressor.brotli"; reason: unused.
Removed service "asset_mapper.compressor.zstandard"; reason: unused.
Removed service "asset_mapper.compressor.gzip"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service "web_link.http_header_parser"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "validator.form.attribute_metadata"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.channel.desktop"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "pagerfanta.route_generator_factory"; reason: unused.
Removed service "pagerfanta.view.default"; reason: unused.
Removed service "pagerfanta.view.foundation6"; reason: unused.
Removed service "pagerfanta.view.semantic_ui"; reason: unused.
Removed service "pagerfanta.view.twitter_bootstrap"; reason: unused.
Removed service "pagerfanta.view.twitter_bootstrap3"; reason: unused.
Removed service "pagerfanta.view.twitter_bootstrap4"; reason: unused.
Removed service "pagerfanta.view.twitter_bootstrap5"; reason: unused.
Removed service "pagerfanta.view_factory"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.pagerfanta.serializer.normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.number"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.nrUzmnl"; reason: unused.
Removed service ".service_locator.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.zfRA4vz"; reason: unused.
Removed service ".service_locator.HlhG04S"; reason: unused.
383
Inlined service "App\Repository\NewsletterRepository" to "App\Controller\AjaxController".
Inlined service ".service_locator.TJNRSaV.App\Controller\AjaxController" to "App\Controller\AjaxController".
Inlined service "App\Services\BasketService" to "App\Controller\BasketController".
Inlined service ".service_locator.TJNRSaV.App\Controller\BasketController" to "App\Controller\BasketController".
Inlined service ".service_locator.TJNRSaV.App\Controller\BrandController" to "App\Controller\BrandController".
Inlined service ".service_locator.TJNRSaV.App\Controller\CategoryController" to "App\Controller\CategoryController".
Inlined service "App\Services\CheckoutService" to "App\Controller\CheckoutController".
Inlined service ".service_locator.TJNRSaV.App\Controller\CheckoutController" to "App\Controller\CheckoutController".
Inlined service "App\Services\ContactService" to "App\Controller\ContactController".
Inlined service ".service_locator.TJNRSaV.App\Controller\ContactController" to "App\Controller\ContactController".
Inlined service ".service_locator.TJNRSaV.App\Controller\ErrorController" to "App\Controller\ErrorController".
Inlined service "App\Repository\HomeSliderRepository" to "App\Controller\IndexController".
Inlined service ".service_locator.TJNRSaV.App\Controller\IndexController" to "App\Controller\IndexController".
Inlined service "App\Services\UserService" to "App\Controller\LayoutController".
Inlined service "App\Services\SideBarService" to "App\Controller\LayoutController".
Inlined service "App\Repository\UploadImageRepository" to "App\Controller\LayoutController".
Inlined service ".service_locator.TJNRSaV.App\Controller\LayoutController" to "App\Controller\LayoutController".
Inlined service ".service_locator.TJNRSaV.App\Controller\ListProductController" to "App\Controller\ListProductController".
Inlined service ".service_locator.TJNRSaV.App\Controller\MemberController" to "App\Controller\MemberController".
Inlined service "App\Repository\MarketingRepository" to "App\Controller\PagesController".
Inlined service "App\Repository\TroskoviIsporukeRepository" to "App\Controller\PagesController".
Inlined service ".service_locator.TJNRSaV.App\Controller\PagesController" to "App\Controller\PagesController".
Inlined service ".service_locator.TJNRSaV.App\Controller\PaymentDevController" to "App\Controller\PaymentDevController".
Inlined service "App\Repository\ProizvodiPdfRepository" to "App\Controller\SingleProductController".
Inlined service "App\Repository\ProizvodFilmRepository" to "App\Controller\SingleProductController".
Inlined service "App\Services\StarRatingService" to "App\Controller\SingleProductController".
Inlined service "App\Repository\ProizvodKomentarRepository" to "App\Controller\SingleProductController".
Inlined service "App\Repository\ProizvodiOpremaRepository" to "App\Controller\SingleProductController".
Inlined service "App\Services\RecaptchaService" to "App\Controller\SingleProductController".
Inlined service ".service_locator.TJNRSaV.App\Controller\SingleProductController" to "App\Controller\SingleProductController".
Inlined service "App\Services\ImageService" to "App\EventListener\ImageProcessingListener".
Inlined service "App\Services\NarudzbinaService" to "App\Services\BasketService".
Inlined service "App\Repository\NarudzbinaRepository" to "App\Services\CheckoutService".
Inlined service "App\Repository\AssecoPodaciRepository" to "App\Services\CheckoutService".
Inlined service "App\Repository\UniqueOrderIdRepository" to "App\Services\CheckoutService".
Inlined service "App\Services\AssecoService" to "App\Services\CheckoutService".
Inlined service "App\Repository\WebsiteTagsRepository" to "App\Services\MetaService".
Inlined service "App\Repository\ProizvodiMegaPopustRepository" to "App\Services\NarudzbinaService".
Inlined service "mailer.mailer" to "App\Services\OIDLMailService".
Inlined service "App\Repository\StarRatingRepository" to "App\Services\StarRatingService".
Inlined service "Solarium\Client" to "App\Solr\SolrProductService".
Inlined service "Solarium\Core\Client\Adapter\Curl" to "Solarium\Client".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.nqEKT7G" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.nrNwd2X" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.asset_mapper.recorder_inner" to "cache.asset_mapper".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "asset_mapper.asset_package" to "assets.packages".
Inlined service "asset_mapper.cached_mapped_asset_factory" to "asset_mapper".
Inlined service "asset_mapper.cached_mapped_asset_factory.inner" to "asset_mapper.cached_mapped_asset_factory".
Inlined service "asset_mapper.asset_package.inner" to "asset_mapper.asset_package".
Inlined service "asset_mapper.local_public_assets_filesystem" to "asset_mapper.command.compile".
Inlined service "asset_mapper.importmap.auditor" to "asset_mapper.importmap.command.audit".
Inlined service "asset_mapper.importmap.update_checker" to "asset_mapper.importmap.command.outdated".
Inlined service "asset_mapper.compressor" to "asset_mapper.assets.command.compress".
Inlined service "cache.http_client.pool.recorder_inner" to "cache.http_client.pool".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.6KVxCv0" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.services" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.pKCuUXf" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.LiNhGEY" to "router.expression_language_provider".
Inlined service ".service_locator.mFBT25N.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "error_handler.error_renderer.default" to "error_handler.error_renderer.serializer".
Inlined service "homepage.cache.recorder_inner" to "homepage.cache".
Inlined service "sidebar.cache.recorder_inner" to "sidebar.cache".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.MQ2K9ka" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.rht_M5G" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.S9tnIXR" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service ".messenger.transport.native_php_serializer" to "messenger.transport.native_php_serializer".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.jLLS2Ji" to "messenger.routable_message_bus".
Inlined service ".signing.messenger.default_serializer" to "messenger.transport.sync".
Inlined service "messenger.transport_factory" to "messenger.transport.sync".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" to "Doctrine\DBAL\Tools\Console\Command\RunSqlCommand".
Inlined service "doctrine.dbal.default_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.fipAWQf" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.Kl67JN9" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.importmap" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\TwigExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "turbo.twig.extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "pagerfanta.undefined_callable_handler" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.3DrAUl_.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.R5M5UPr" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "asset_mapper.importmap.renderer" to "twig.runtime.importmap".
Inlined service "stimulus.helper" to "stimulus.twig_extension".
Inlined service "stimulus.asset_mapper.auto_import_locator" to "stimulus.asset_mapper.controllers_map_generator".
Inlined service "turbo.broadcaster.action_renderer.inner" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.id_accessor" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.broadcaster.action_renderer" to "turbo.doctrine.event_listener".
Inlined service ".service_locator.1mjVCan" to "security.token_storage".
Inlined service ".service_locator.rAuPNI6" to "security.helper".
Inlined service ".service_locator.567piEK" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.dxczy6O" to ".security.request_matcher.QZDP5mD".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.lEUGOB7" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".service_locator.MXLal1R" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service ".service_locator.Jt3EkEi" to ".service_locator.Jt3EkEi.App\Controller\MemberController::login()".
Inlined service ".service_locator.R21nC86" to ".service_locator.R21nC86.App\Controller\MemberController::memberEdit()".
Inlined service ".service_locator.3axGDdm" to ".service_locator.3axGDdm.App\Controller\MemberController::activation()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.gEx8y9a".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.UKIJHil".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.EXsqOW5".
Inlined service "texter.messenger.desktop_handler" to ".messenger.handler_descriptor.Dkv9sRY".
Inlined service "messenger.transport.native_php_serializer" to ".signing.messenger.default_serializer".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.mVqIsAD" to ".service_locator.mVqIsAD.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service "asset_mapper.public_assets_path_resolver" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "asset_mapper_compiler" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "assets.empty_version_strategy" to "asset_mapper.asset_package.inner".
Inlined service "assets.context" to "asset_mapper.asset_package.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.1gw5tvd" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "pagerfanta.serializer.normalizer" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.number" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.3e6eas1" to "console.command_loader".
Inlined service ".service_locator.mVqIsAD.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "App\Repository\NacinPlacanjaRepository" to "App\Controller\CheckoutController".
Inlined service "App\Repository\NacinPlacanjaRepository" to "App\Controller\CheckoutController".
Inlined service "App\Repository\NacinPlacanjaRepository" to "App\Controller\CheckoutController".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
2
Tag "container.decorator" was defined on service(s) "http_client.uri_template", "security.csrf.same_origin_token_manager", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.messenger", "monolog.logger.cache", "monolog.logger.asset_mapper", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.security", "monolog.logger.deprecation", but was never used.