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 => 1262 => 126]
"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 => 4592 => 459]
"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 => 6672 => 667]
"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 => 1282 => 128]
"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 => 1292 => 129]
"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 => 1272 => 127]
"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 => 1322 => 132]
"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 => 11102 => 1110]
"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 => 11142 => 1114]
"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 => 2902 => 290]
"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 => 2892 => 289]
"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 => 2912 => 291]
"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 => 13562 => 1356]
"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 => 1332 => 133]
"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 => 3002 => 300]
"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 => 11052 => 1105]
"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 => 1302 => 130]
"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 => 13452 => 1345]
"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 => 14572 => 1457]
"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 => 6662 => 666]
"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 => 12662 => 1266]
"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 => 1522 => 152]
"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 => 14032 => 1403]
"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 => 7142 => 714]
"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 => 12102 => 1210]
"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 => 11092 => 1109]
"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 => 14582 => 1458]
"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 => 17809528151 => "cache_tree_aim_126"
2 => "a:2:{s:13:"subCategories";a:28:{i:0;a:7:{s:11:"category_id";i:459;s:13:"category_name";s:29:"Benzinske bušilice za zemlju";s:17:"category_name_seo";s:28:"benzinske-busilice-za-zemlju";s:17:"category_name_aim";s:29:"Benzinske bušilice za zemlju";s:14:"category_image";s:18:"459-1671986356.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"120258";s:10:"product_id";i:120258;s:4:"name";s:44:"Bušač rupa za zemlju W-EB 1650-1 benzinski";s:12:"product_name";s:44:"Bušač rupa za zemlju W-EB 1650-1 benzinski";s:3:"url";s:42:"busac-rupa-za-zemlju-w-eb-1650-1-benzinski";s:4:"path";s:14:"/1/21/126/459/";}i:1;a:6:{s:2:"id";s:5:"81024";s:10:"product_id";i:81024;s:4:"name";s:42:"Motorni Bušač Zemlje RD520X GARDENmaster";s:12:"product_name";s:42:"Motorni Bušač Zemlje RD520X GARDENmaster";s:3:"url";s:40:"motorni-busac-zemlje-rd520x-gardenmaster";s:4:"path";s:14:"/1/21/126/459/";}i:2;a:6:{s:2:"id";s:6:"120181";s:10:"product_id";i:120181;s:4:"name";s:36:"Motorni bušač rupa W-EB 1850 Womax";s:12:"product_name";s:36:"Motorni bušač rupa W-EB 1850 Womax";s:3:"url";s:34:"motorni-busac-rupa-w-eb-1850-womax";s:4:"path";s:14:"/1/21/126/459/";}i:3;a:6:{s:2:"id";s:5:"66776";s:10:"product_id";i:66776;s:4:"name";s:59:"Motorni bušač zemlje sa burgijom od 100mm W-EB 1650 Womax";s:12:"product_name";s:59:"Motorni bušač zemlje sa burgijom od 100mm W-EB 1650 Womax";s:3:"url";s:57:"motorni-busac-zemlje-sa-burgijom-od-100mm-w-eb-1650-womax";s:4:"path";s:14:"/1/21/126/459/";}i:4;a:6:{s:2:"id";s:6:"117742";s:10:"product_id";i:117742;s:4:"name";s:62:"ISKRA ERO benzinski bušač rupa za stubove i sadnju IE-EA1450";s:12:"product_name";s:62:"ISKRA ERO benzinski bušač rupa za stubove i sadnju IE-EA1450";s:3:"url";s:60:"iskra-ero-benzinski-busac-rupa-za-stubove-i-sadnju-ie-ea1450";s:4:"path";s:14:"/1/21/126/459/";}}}i:1;a:7:{s:11:"category_id";i:667;s:13:"category_name";s:25:"Benzinske drobilice grana";s:17:"category_name_seo";s:25:"benzinske-drobilice-grana";s:17:"category_name_aim";s:25:"Benzinske drobilice grana";s:14:"category_image";s:18:"667-1671986446.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:2:{i:0;a:6:{s:2:"id";s:5:"81011";s:10:"product_id";i:81011;s:4:"name";s:55:"Motorna Drobilica Seckalica Za Grane GS650 GARDENmaster";s:12:"product_name";s:55:"Motorna Drobilica Seckalica Za Grane GS650 GARDENmaster";s:3:"url";s:55:"motorna-drobilica-seckalica-za-grane-gs650-gardenmaster";s:4:"path";s:14:"/1/21/126/667/";}i:1;a:6:{s:2:"id";s:5:"63254";s:10:"product_id";i:63254;s:4:"name";s:45:"Motorna seckalica za grane VCP 250 S Villager";s:12:"product_name";s:45:"Motorna seckalica za grane VCP 250 S Villager";s:3:"url";s:45:"motorna-seckalica-za-grane-vcp-250-s-villager";s:4:"path";s:14:"/1/21/126/667/";}}}i:2;a:7:{s:11:"category_id";i:128;s:13:"category_name";s:19:"Benzinske kosačice";s:17:"category_name_seo";s:18:"benzinske-kosacice";s:17:"category_name_aim";s:19:"Benzinske kosačice";s:14:"category_image";s:18:"128-1674857846.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"103687";s:10:"product_id";i:103687;s:4:"name";s:35:"AGM 4024 Motorna kosačica za travu";s:12:"product_name";s:35:"AGM 4024 Motorna kosačica za travu";s:3:"url";s:34:"agm-4024-motorna-kosacica-za-travu";s:4:"path";s:14:"/1/21/126/128/";}i:1;a:6:{s:2:"id";s:6:"103688";s:10:"product_id";i:103688;s:4:"name";s:35:"AGM 4224 Motorna kosačica za travu";s:12:"product_name";s:35:"AGM 4224 Motorna kosačica za travu";s:3:"url";s:34:"agm-4224-motorna-kosacica-za-travu";s:4:"path";s:14:"/1/21/126/128/";}i:2;a:6:{s:2:"id";s:5:"87520";s:10:"product_id";i:87520;s:4:"name";s:51:"FIELDMANN FZR 4003-79BH benzinska kosilica za travu";s:12:"product_name";s:51:"FIELDMANN FZR 4003-79BH benzinska kosilica za travu";s:3:"url";s:51:"fieldmann-fzr-4003-79bh-benzinska-kosilica-za-travu";s:4:"path";s:14:"/1/21/126/128/";}i:3;a:6:{s:2:"id";s:6:"109621";s:10:"product_id";i:109621;s:4:"name";s:51:"Scheppach motorna kosačica za travu 3,3KS MP132-42";s:12:"product_name";s:51:"Scheppach motorna kosačica za travu 3,3KS MP132-42";s:3:"url";s:49:"scheppach-motorna-kosacica-za-travu-33ks-mp132-42";s:4:"path";s:14:"/1/21/126/128/";}i:4;a:6:{s:2:"id";s:6:"109722";s:10:"product_id";i:109722;s:4:"name";s:44:"Motorna kosačica S420 MultiCut GARDENmaster";s:12:"product_name";s:44:"Motorna kosačica S420 MultiCut GARDENmaster";s:3:"url";s:43:"motorna-kosacica-s420-multicut-gardenmaster";s:4:"path";s:14:"/1/21/126/128/";}}}i:3;a:7:{s:11:"category_id";i:129;s:13:"category_name";s:22:"Benzinske kose-trimeri";s:17:"category_name_seo";s:22:"benzinske-kose-trimeri";s:17:"category_name_aim";s:22:"Benzinske kose-trimeri";s:14:"category_image";s:18:"129-1671986558.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"111113";s:10:"product_id";i:111113;s:4:"name";s:40:"Motorni trimer za travu Euro 5 AGM 260 E";s:12:"product_name";s:40:"Motorni trimer za travu Euro 5 AGM 260 E";s:3:"url";s:40:"motorni-trimer-za-travu-euro-5-agm-260-e";s:4:"path";s:14:"/1/21/126/129/";}i:1;a:6:{s:2:"id";s:5:"90654";s:10:"product_id";i:90654;s:4:"name";s:35:"Motorni trimer Villager BC 26 Prime";s:12:"product_name";s:35:"Motorni trimer Villager BC 26 Prime";s:3:"url";s:35:"motorni-trimer-villager-bc-26-prime";s:4:"path";s:14:"/1/21/126/129/";}i:2;a:6:{s:2:"id";s:5:"73200";s:10:"product_id";i:73200;s:4:"name";s:38:"Motorni trimer za travu 1.7 ks 430 AGM";s:12:"product_name";s:38:"Motorni trimer za travu 1.7 ks 430 AGM";s:3:"url";s:37:"motorni-trimer-za-travu-17-ks-430-agm";s:4:"path";s:14:"/1/21/126/129/";}i:3;a:6:{s:2:"id";s:5:"89906";s:10:"product_id";i:89906;s:4:"name";s:43:"Raider motorni trimer za travu RD-GBC22 2KS";s:12:"product_name";s:43:"Raider motorni trimer za travu RD-GBC22 2KS";s:3:"url";s:43:"raider-motorni-trimer-za-travu-rd-gbc22-2ks";s:4:"path";s:14:"/1/21/126/129/";}i:4;a:6:{s:2:"id";s:6:"110529";s:10:"product_id";i:110529;s:4:"name";s:49:"Scheppach BCGT5200 motorni trimer za travu 1.9 KS";s:12:"product_name";s:49:"Scheppach BCGT5200 motorni trimer za travu 1.9 KS";s:3:"url";s:48:"scheppach-bcgt5200-motorni-trimer-za-travu-19-ks";s:4:"path";s:14:"/1/21/126/129/";}}}i:4;a:7:{s:11:"category_id";i:127;s:13:"category_name";s:25:"Benzinske motorne testere";s:17:"category_name_seo";s:25:"benzinske-motorne-testere";s:17:"category_name_aim";s:25:"Benzinske motorne testere";s:14:"category_image";s:18:"127-1674857558.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"89916";s:10:"product_id";i:89916;s:4:"name";s:38:"Raider motorna testera RD-GCS24 2.4 KS";s:12:"product_name";s:38:"Raider motorna testera RD-GCS24 2.4 KS";s:3:"url";s:37:"raider-motorna-testera-rd-gcs24-24-ks";s:4:"path";s:14:"/1/21/126/127/";}i:1;a:6:{s:2:"id";s:6:"110097";s:10:"product_id";i:110097;s:4:"name";s:38:"Motorna testera PCS38 1.8 KS Scheppach";s:12:"product_name";s:38:"Motorna testera PCS38 1.8 KS Scheppach";s:3:"url";s:37:"motorna-testera-pcs38-18-ks-scheppach";s:4:"path";s:14:"/1/21/126/127/";}i:2;a:6:{s:2:"id";s:5:"98848";s:10:"product_id";i:98848;s:4:"name";s:30:"Motorna testera AGM 5300 E 3KS";s:12:"product_name";s:30:"Motorna testera AGM 5300 E 3KS";s:3:"url";s:30:"motorna-testera-agm-5300-e-3ks";s:4:"path";s:14:"/1/21/126/127/";}i:3;a:6:{s:2:"id";s:5:"81030";s:10:"product_id";i:81030;s:4:"name";s:41:"Motorna testera 2.9 KS GMA25 GARDENmaster";s:12:"product_name";s:41:"Motorna testera 2.9 KS GMA25 GARDENmaster";s:3:"url";s:40:"motorna-testera-29-ks-gma25-gardenmaster";s:4:"path";s:14:"/1/21/126/127/";}i:4;a:6:{s:2:"id";s:5:"94595";s:10:"product_id";i:94595;s:4:"name";s:48:"Fieldmann FZP 45016-B Benzinska lančana testera";s:12:"product_name";s:48:"Fieldmann FZP 45016-B Benzinska lančana testera";s:3:"url";s:47:"fieldmann-fzp-45016-b-benzinska-lancana-testera";s:4:"path";s:14:"/1/21/126/127/";}}}i:5;a:7:{s:11:"category_id";i:132;s:13:"category_name";s:19:"Benzinske prskalice";s:17:"category_name_seo";s:19:"benzinske-prskalice";s:17:"category_name_aim";s:19:"Benzinske prskalice";s:14:"category_image";s:18:"132-1671989450.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"85247";s:10:"product_id";i:85247;s:4:"name";s:36:"AGM 1421 MD Motorna leđna prskalica";s:12:"product_name";s:36:"AGM 1421 MD Motorna leđna prskalica";s:3:"url";s:35:"agm-1421-md-motorna-ledna-prskalica";s:4:"path";s:14:"/1/21/126/132/";}i:1;a:6:{s:2:"id";s:5:"42419";s:10:"product_id";i:42419;s:4:"name";s:40:"Prskalica motorna leđna DM-14P Villager";s:12:"product_name";s:40:"Prskalica motorna leđna DM-14P Villager";s:3:"url";s:39:"prskalica-motorna-ledna-dm-14p-villager";s:4:"path";s:14:"/1/21/126/132/";}i:2;a:6:{s:2:"id";s:5:"72904";s:10:"product_id";i:72904;s:4:"name";s:43:"Prskalica leđna motorna W-MRS 750-15 Womax";s:12:"product_name";s:43:"Prskalica leđna motorna W-MRS 750-15 Womax";s:3:"url";s:42:"prskalica-ledna-motorna-w-mrs-750-15-womax";s:4:"path";s:14:"/1/21/126/132/";}i:3;a:6:{s:2:"id";s:5:"80999";s:10:"product_id";i:80999;s:4:"name";s:42:"Motorni ledjni atomizer MT14X GARDENmaster";s:12:"product_name";s:42:"Motorni ledjni atomizer MT14X GARDENmaster";s:3:"url";s:42:"motorni-ledjni-atomizer-mt14x-gardenmaster";s:4:"path";s:14:"/1/21/126/132/";}i:4;a:6:{s:2:"id";s:5:"18145";s:10:"product_id";i:18145;s:4:"name";s:32:"Prskalica motorna W-MRS 50 WOMAX";s:12:"product_name";s:32:"Prskalica motorna W-MRS 50 WOMAX";s:3:"url";s:32:"prskalica-motorna-w-mrs-50-womax";s:4:"path";s:14:"/1/21/126/132/";}}}i:6;a:7:{s:11:"category_id";i:1110;s:13:"category_name";s:35:"Benzinske vibro ploče i vibro igle";s:17:"category_name_seo";s:34:"benzinske-vibro-ploce-i-vibro-igle";s:17:"category_name_aim";s:22:"Benzinske vibro ploče";s:14:"category_image";s:19:"1110-1674862629.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"110355";s:10:"product_id";i:110355;s:4:"name";s:42:"Vibracioni štap za beton 1.5m 35mm Raider";s:12:"product_name";s:42:"Vibracioni štap za beton 1.5m 35mm Raider";s:3:"url";s:40:"vibracioni-stap-za-beton-15m-35mm-raider";s:4:"path";s:15:"/1/21/126/1110/";}i:1;a:6:{s:2:"id";s:6:"116823";s:10:"product_id";i:116823;s:4:"name";s:40:"YATO crevo za vibrator za beton YT-82600";s:12:"product_name";s:40:"YATO crevo za vibrator za beton YT-82600";s:3:"url";s:40:"yato-crevo-za-vibrator-za-beton-yt-82600";s:4:"path";s:15:"/1/21/126/1110/";}i:2;a:6:{s:2:"id";s:6:"116788";s:10:"product_id";i:116788;s:4:"name";s:40:"YATO crevo za vibrator za beton YT-82601";s:12:"product_name";s:40:"YATO crevo za vibrator za beton YT-82601";s:3:"url";s:40:"yato-crevo-za-vibrator-za-beton-yt-82601";s:4:"path";s:15:"/1/21/126/1110/";}i:3;a:6:{s:2:"id";s:6:"110044";s:10:"product_id";i:110044;s:4:"name";s:53:"Električna vibro igla 1300W 3m Ø35mm RD-CV01 Raider";s:12:"product_name";s:53:"Električna vibro igla 1300W 3m Ø35mm RD-CV01 Raider";s:3:"url";s:50:"elektricna-vibro-igla-1300w-3m-35mm-rd-cv01-raider";s:4:"path";s:15:"/1/21/126/1110/";}i:4;a:6:{s:2:"id";s:6:"110003";s:10:"product_id";i:110003;s:4:"name";s:37:"Ploča za kompakter HULKPAD Evolution";s:12:"product_name";s:37:"Ploča za kompakter HULKPAD Evolution";s:3:"url";s:36:"ploca-za-kompakter-hulkpad-evolution";s:4:"path";s:15:"/1/21/126/1110/";}}}i:7;a:7:{s:11:"category_id";i:1114;s:13:"category_name";s:30:"Benzinski alat vodoinstalateri";s:17:"category_name_seo";s:30:"benzinski-alat-vodoinstalateri";s:17:"category_name_aim";s:30:"Benzinski alat vodoinstalateri";s:14:"category_image";s:19:"1114-1671989575.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:1:{i:0;a:6:{s:2:"id";s:5:"43231";s:10:"product_id";i:43231;s:4:"name";s:38:"KJ-3100 Benzinski ispirač cevi Ridgid";s:12:"product_name";s:38:"KJ-3100 Benzinski ispirač cevi Ridgid";s:3:"url";s:37:"kj-3100-benzinski-ispirac-cevi-ridgid";s:4:"path";s:15:"/1/21/126/1114/";}}}i:8;a:7:{s:11:"category_id";i:290;s:13:"category_name";s:25:"Benzinski čistači snega";s:17:"category_name_seo";s:23:"benzinski-cistaci-snega";s:17:"category_name_aim";s:25:"Benzinski čistači snega";s:14:"category_image";s:18:"290-1271158404.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"78694";s:10:"product_id";i:78694;s:4:"name";s:83:"Akumulatorski čistač snega FUSE VST 2820 Villager + baterija 1.5Ah + punjač 2.4A";s:12:"product_name";s:83:"Akumulatorski čistač snega FUSE VST 2820 Villager + baterija 1.5Ah + punjač 2.4A";s:3:"url";s:74:"akumulatorski-cistac-snega-fuse-vst-2820-villager-baterija-15ah-punjac-24a";s:4:"path";s:14:"/1/21/126/290/";}i:1;a:6:{s:2:"id";s:5:"53574";s:10:"product_id";i:53574;s:4:"name";s:63:"Benzinski čistač snega-snežna freza Select SF 53 Wolf Garten";s:12:"product_name";s:63:"Benzinski čistač snega-snežna freza Select SF 53 Wolf Garten";s:3:"url";s:60:"benzinski-cistac-snega-snezna-freza-select-sf-53-wolf-garten";s:4:"path";s:14:"/1/21/126/290/";}i:2;a:6:{s:2:"id";s:6:"117557";s:10:"product_id";i:117557;s:4:"name";s:98:"Einhell Professional akumulatorski čistač snega GP-ST 36/53 Li E BL-Solo bez baterije i punjača";s:12:"product_name";s:98:"Einhell Professional akumulatorski čistač snega GP-ST 36/53 Li E BL-Solo bez baterije i punjača";s:3:"url";s:93:"einhell-profesional-akumulatorski-cistac-snega-gp-st-3653-li-e-bl-solo-bez-baterije-i-punjaca";s:4:"path";s:14:"/1/21/126/290/";}i:3;a:6:{s:2:"id";s:6:"116639";s:10:"product_id";i:116639;s:4:"name";s:50:"Makita SN001GZ akumulatorska freza za sneg 40V XGT";s:12:"product_name";s:50:"Makita SN001GZ akumulatorska freza za sneg 40V XGT";s:3:"url";s:50:"makita-sn001gz-akumulatorska-freza-za-sneg-40v-xgt";s:4:"path";s:14:"/1/21/126/290/";}i:4;a:6:{s:2:"id";s:5:"80949";s:10:"product_id";i:80949;s:4:"name";s:50:"Motorni čistač i bacač snega ST65A GARDENmaster";s:12:"product_name";s:50:"Motorni čistač i bacač snega ST65A GARDENmaster";s:3:"url";s:47:"motorni-cistac-i-bacac-snega-st65a-gardenmaster";s:4:"path";s:14:"/1/21/126/290/";}}}i:9;a:7:{s:11:"category_id";i:289;s:13:"category_name";s:25:"Benzinski duvači lišća";s:17:"category_name_seo";s:22:"benzinski-duvaci-lisca";s:17:"category_name_aim";s:25:"Benzinski duvači lišća";s:14:"category_image";s:18:"289-1674859703.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"81009";s:10:"product_id";i:81009;s:4:"name";s:41:"Motorni duvač lišća BL260 GARDENmaster";s:12:"product_name";s:41:"Motorni duvač lišća BL260 GARDENmaster";s:3:"url";s:38:"motorni-duvac-lisca-bl260-gardenmaster";s:4:"path";s:14:"/1/21/126/289/";}i:1;a:6:{s:2:"id";s:5:"81008";s:10:"product_id";i:81008;s:4:"name";s:49:"Duvalica-usisivač za lišće VB3405 GARDENmaster";s:12:"product_name";s:49:"Duvalica-usisivač za lišće VB3405 GARDENmaster";s:3:"url";s:46:"duvalica-usisivac-za-lisce-vb3405-gardenmaster";s:4:"path";s:14:"/1/21/126/289/";}i:2;a:6:{s:2:"id";s:6:"120338";s:10:"product_id";i:120338;s:4:"name";s:37:"Duvač za lišće w-bls 750 benzinski";s:12:"product_name";s:37:"Duvač za lišće w-bls 750 benzinski";s:3:"url";s:34:"duvac-za-lisce-w-bls-750-benzinski";s:4:"path";s:14:"/1/21/126/289/";}i:3;a:6:{s:2:"id";s:6:"110265";s:10:"product_id";i:110265;s:4:"name";s:55:"Motorni duvač usisivač lišća LBH2600P 1KS Scheppach";s:12:"product_name";s:55:"Motorni duvač usisivač lišća LBH2600P 1KS Scheppach";s:3:"url";s:51:"motorni-duvac-usisivac-lisca-lbh2600p-1ks-scheppach";s:4:"path";s:14:"/1/21/126/289/";}i:4;a:6:{s:2:"id";s:5:"81711";s:10:"product_id";i:81711;s:4:"name";s:41:"Benzinski duvač lišća W-BLS 1250 Womax";s:12:"product_name";s:41:"Benzinski duvač lišća W-BLS 1250 Womax";s:3:"url";s:38:"benzinski-duvac-lisca-w-bls-1250-womax";s:4:"path";s:14:"/1/21/126/289/";}}}i:10;a:7:{s:11:"category_id";i:291;s:13:"category_name";s:31:"Benzinski motokultivatori-freze";s:17:"category_name_seo";s:31:"benzinski-motokultivatori-freze";s:17:"category_name_aim";s:31:"Benzinski motokultivatori-freze";s:14:"category_image";s:18:"291-1360418758.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"95869";s:10:"product_id";i:95869;s:4:"name";s:55:"Akumulatorska kopačica GE-CR 18/20 Li E - Solo Einhell";s:12:"product_name";s:55:"Akumulatorska kopačica GE-CR 18/20 Li E - Solo Einhell";s:3:"url";s:51:"akumulatorska-kopacica-ge-cr-1820-li-e-solo-einhell";s:4:"path";s:14:"/1/21/126/291/";}i:1;a:6:{s:2:"id";s:6:"109746";s:10:"product_id";i:109746;s:4:"name";s:50:"Scheppach električna kopačica freza 36 cm MTE380";s:12:"product_name";s:50:"Scheppach električna kopačica freza 36 cm MTE380";s:3:"url";s:48:"scheppach-elektricna-kopacica-freza-36-cm-mte380";s:4:"path";s:14:"/1/21/126/291/";}i:2;a:6:{s:2:"id";s:6:"110476";s:10:"product_id";i:110476;s:4:"name";s:54:"Fuse akumulatorski motokultivator-freza 2x18V Villager";s:12:"product_name";s:54:"Fuse akumulatorski motokultivator-freza 2x18V Villager";s:3:"url";s:54:"fuse-akumulatorski-motokultivator-freza-2x18v-villager";s:4:"path";s:14:"/1/21/126/291/";}i:3;a:6:{s:2:"id";s:6:"109747";s:10:"product_id";i:109747;s:4:"name";s:56:"Scheppach električna kopačica freza 45 cm MTE460 1500W";s:12:"product_name";s:56:"Scheppach električna kopačica freza 45 cm MTE460 1500W";s:3:"url";s:54:"scheppach-elektricna-kopacica-freza-45-cm-mte460-1500w";s:4:"path";s:14:"/1/21/126/291/";}i:4;a:6:{s:2:"id";s:5:"75084";s:10:"product_id";i:75084;s:4:"name";s:73:"Akumulatorska kopačica - freza GE-CR 30 Li - Solo Power X-Change Einhell";s:12:"product_name";s:73:"Akumulatorska kopačica - freza GE-CR 30 Li - Solo Power X-Change Einhell";s:3:"url";s:68:"akumulatorska-kopacica-freza-ge-cr-30-li-solo-power-x-change-einhell";s:4:"path";s:14:"/1/21/126/291/";}}}i:11;a:7:{s:11:"category_id";i:1356;s:13:"category_name";s:36:"Benzinski multifunkcionalni uredjaji";s:17:"category_name_seo";s:36:"benzinski-multifunkcionalni-uredjaji";s:17:"category_name_aim";s:36:"Benzinski multifunkcionalni uredjaji";s:14:"category_image";s:19:"1356-1674859156.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"120242";s:10:"product_id";i:120242;s:4:"name";s:42:"Tresač za voće benzinski W-SH 1700 WOMAX";s:12:"product_name";s:42:"Tresač za voće benzinski W-SH 1700 WOMAX";s:3:"url";s:40:"tresac-za-voce-benzinski-w-sh-1700-womax";s:4:"path";s:15:"/1/21/126/1356/";}i:1;a:6:{s:2:"id";s:5:"85244";s:10:"product_id";i:85244;s:4:"name";s:37:"AGM AMT 3321 Multifunkcionalni trimer";s:12:"product_name";s:37:"AGM AMT 3321 Multifunkcionalni trimer";s:3:"url";s:37:"agm-amt-3321-multifunkcionalni-trimer";s:4:"path";s:15:"/1/21/126/1356/";}i:2;a:6:{s:2:"id";s:5:"85245";s:10:"product_id";i:85245;s:4:"name";s:42:"AGM BMT 3421 Leđni multifunkcijski trimer";s:12:"product_name";s:42:"AGM BMT 3421 Leđni multifunkcijski trimer";s:3:"url";s:41:"agm-bmt-3421-ledni-multifunkcijski-trimer";s:4:"path";s:15:"/1/21/126/1356/";}i:3;a:6:{s:2:"id";s:5:"72193";s:10:"product_id";i:72193;s:4:"name";s:38:"Benzinski multifunkcionalni alat ISKRA";s:12:"product_name";s:38:"Benzinski multifunkcionalni alat ISKRA";s:3:"url";s:38:"benzinski-multifunkcionalni-alat-iskra";s:4:"path";s:15:"/1/21/126/1356/";}i:4;a:6:{s:2:"id";s:6:"111811";s:10:"product_id";i:111811;s:4:"name";s:61:"Scheppach motorni multifunkcionalni trimer MTC42-5P Scheppach";s:12:"product_name";s:61:"Scheppach motorni multifunkcionalni trimer MTC42-5P Scheppach";s:3:"url";s:61:"scheppach-motorni-multifunkcionalni-trimer-mtc42-5p-scheppach";s:4:"path";s:15:"/1/21/126/1356/";}}}i:12;a:7:{s:11:"category_id";i:133;s:13:"category_name";s:31:"Benzinski perači pod pritiskom";s:17:"category_name_seo";s:30:"benzinski-peraci-pod-pritiskom";s:17:"category_name_aim";s:31:"Benzinski perači pod pritiskom";s:14:"category_image";s:18:"133-1271158574.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:2:{i:0;a:6:{s:2:"id";s:6:"109682";s:10:"product_id";i:109682;s:4:"name";s:58:"Scheppach motorni perač visokim pritiskom HCP5000 240 bar";s:12:"product_name";s:58:"Scheppach motorni perač visokim pritiskom HCP5000 240 bar";s:3:"url";s:57:"scheppach-motorni-perac-visokim-pritiskom-hcp5000-240-bar";s:4:"path";s:14:"/1/21/126/133/";}i:1;a:6:{s:2:"id";s:6:"119989";s:10:"product_id";i:119989;s:4:"name";s:40:"Perač pod visokim pritiskom W-HR 3000 i";s:12:"product_name";s:40:"Perač pod visokim pritiskom W-HR 3000 i";s:3:"url";s:39:"perac-pod-visokim-pritiskom-w-hr-3000-i";s:4:"path";s:14:"/1/21/126/133/";}}}i:13;a:7:{s:11:"category_id";i:300;s:13:"category_name";s:24:"Benzinski rezači betona";s:17:"category_name_seo";s:23:"benzinski-rezaci-betona";s:17:"category_name_aim";s:24:"Benzinski rezači betona";s:14:"category_image";s:18:"300-1617404793.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:4:{i:0;a:6:{s:2:"id";s:6:"118744";s:10:"product_id";i:118744;s:4:"name";s:40:"Benzinski sekač betona PTS400 Scheppach";s:12:"product_name";s:40:"Benzinski sekač betona PTS400 Scheppach";s:3:"url";s:39:"benzinski-sekac-betona-pts400-scheppach";s:4:"path";s:14:"/1/21/126/300/";}i:1;a:6:{s:2:"id";s:5:"80946";s:10:"product_id";i:80946;s:4:"name";s:51:"Benzinski sekač asfalta i betona CN16 GARDENmaster";s:12:"product_name";s:51:"Benzinski sekač asfalta i betona CN16 GARDENmaster";s:3:"url";s:50:"benzinski-sekac-asfalta-i-betona-cn16-gardenmaster";s:4:"path";s:14:"/1/21/126/300/";}i:2;a:6:{s:2:"id";s:5:"98682";s:10:"product_id";i:98682;s:4:"name";s:51:"AGT mašina za sečenje betona i asfalta ATB 450/13";s:12:"product_name";s:51:"AGT mašina za sečenje betona i asfalta ATB 450/13";s:3:"url";s:48:"agt-masina-za-secenje-betona-i-asfalta-atb-45013";s:4:"path";s:14:"/1/21/126/300/";}i:3;a:6:{s:2:"id";s:5:"98683";s:10:"product_id";i:98683;s:4:"name";s:51:"AGT mašina za sečenje betona i asfalta ATB 500/13";s:12:"product_name";s:51:"AGT mašina za sečenje betona i asfalta ATB 500/13";s:3:"url";s:48:"agt-masina-za-secenje-betona-i-asfalta-atb-50013";s:4:"path";s:14:"/1/21/126/300/";}}}i:14;a:7:{s:11:"category_id";i:1105;s:13:"category_name";s:36:"Benzinski traktori za košenje trave";s:17:"category_name_seo";s:35:"benzinski-traktori-za-kosenje-trave";s:17:"category_name_aim";s:36:"Benzinski traktori za košenje trave";s:14:"category_image";s:19:"1105-1674858230.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"117221";s:10:"product_id";i:117221;s:4:"name";s:75:"Scheppach MR230-61 traktor kosilica za travu 6.0 KS, širina košenja 61 cm";s:12:"product_name";s:75:"Scheppach MR230-61 traktor kosilica za travu 6.0 KS, širina košenja 61 cm";s:3:"url";s:71:"scheppach-mr230-61-traktor-kosilica-za-travu-60-ks-sirina-kosenja-61-cm";s:4:"path";s:15:"/1/21/126/1105/";}i:1;a:6:{s:2:"id";s:6:"120433";s:10:"product_id";i:120433;s:4:"name";s:46:"ISKRA ERO traktorska kosilica za travu 224 cm3";s:12:"product_name";s:46:"ISKRA ERO traktorska kosilica za travu 224 cm3";s:3:"url";s:46:"iskra-ero-traktorska-kosilica-za-travu-224-cm3";s:4:"path";s:15:"/1/21/126/1105/";}i:2;a:6:{s:2:"id";s:6:"120422";s:10:"product_id";i:120422;s:4:"name";s:45:"ISKRA ERO traktorska kosilica za travu 352cm3";s:12:"product_name";s:45:"ISKRA ERO traktorska kosilica za travu 352cm3";s:3:"url";s:45:"iskra-ero-traktorska-kosilica-za-travu-352cm3";s:4:"path";s:15:"/1/21/126/1105/";}i:3;a:6:{s:2:"id";s:5:"80846";s:10:"product_id";i:80846;s:4:"name";s:59:"Benzinski traktor za košenje trave OM 98 L/14,5 K Oleo-Mac";s:12:"product_name";s:59:"Benzinski traktor za košenje trave OM 98 L/14,5 K Oleo-Mac";s:3:"url";s:56:"benzinski-traktor-za-kosenje-trave-om-98-l145-k-oleo-mac";s:4:"path";s:15:"/1/21/126/1105/";}i:4;a:6:{s:2:"id";s:5:"65980";s:10:"product_id";i:65980;s:4:"name";s:64:"Benzinski traktor za košenje trave sa korpom LT1 NR92 Cub Cadet";s:12:"product_name";s:64:"Benzinski traktor za košenje trave sa korpom LT1 NR92 Cub Cadet";s:3:"url";s:63:"benzinski-traktor-za-kosenje-trave-sa-korpom-lt1-nr92-cub-cadet";s:4:"path";s:15:"/1/21/126/1105/";}}}i:15;a:7:{s:11:"category_id";i:130;s:13:"category_name";s:33:"Benzinski trimeri za živu ogradu";s:17:"category_name_seo";s:32:"benzinski-trimeri-za-zivu-ogradu";s:17:"category_name_aim";s:33:"Benzinski trimeri za živu ogradu";s:14:"category_image";s:18:"130-1674860045.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"81101";s:10:"product_id";i:81101;s:4:"name";s:52:"Benzinske makaze za živu ogradu HT7510 GARDENmaster";s:12:"product_name";s:52:"Benzinske makaze za živu ogradu HT7510 GARDENmaster";s:3:"url";s:51:"benzinske-makaze-za-zivu-ogradu-ht7510-gardenmaster";s:4:"path";s:14:"/1/21/126/130/";}i:1;a:6:{s:2:"id";s:5:"87286";s:10:"product_id";i:87286;s:4:"name";s:47:"FIELDMANN FZN 4006-B Benzinski trimer za ogradu";s:12:"product_name";s:47:"FIELDMANN FZN 4006-B Benzinski trimer za ogradu";s:3:"url";s:47:"fieldmann-fzn-4006-b-benzinski-trimer-za-ogradu";s:4:"path";s:14:"/1/21/126/130/";}i:2;a:6:{s:2:"id";s:6:"120251";s:10:"product_id";i:120251;s:4:"name";s:45:"Trimer za živicu W-BHC 650-1 benzinski WOMAX";s:12:"product_name";s:45:"Trimer za živicu W-BHC 650-1 benzinski WOMAX";s:3:"url";s:44:"trimer-za-zivicu-w-bhc-650-1-benzinski-womax";s:4:"path";s:14:"/1/21/126/130/";}i:3;a:6:{s:2:"id";s:5:"70153";s:10:"product_id";i:70153;s:4:"name";s:48:"Benzinski trimer za živicu 25.4cm3 0.75kW ISKRA";s:12:"product_name";s:48:"Benzinski trimer za živicu 25.4cm3 0.75kW ISKRA";s:3:"url";s:45:"benzinski-trimer-za-zivicu-254cm3-075kw-iskra";s:4:"path";s:14:"/1/21/126/130/";}i:4;a:6:{s:2:"id";s:5:"78631";s:10:"product_id";i:78631;s:4:"name";s:51:"Benzinski trimer za živicu 25.4cm3 0.7kW ISKRA ERO";s:12:"product_name";s:51:"Benzinski trimer za živicu 25.4cm3 0.7kW ISKRA ERO";s:3:"url";s:48:"benzinski-trimer-za-zivicu-254cm3-07kw-iskra-ero";s:4:"path";s:14:"/1/21/126/130/";}}}i:16;a:7:{s:11:"category_id";i:1345;s:13:"category_name";s:24:"Benzinski ugradni motori";s:17:"category_name_seo";s:24:"benzinski-ugradni-motori";s:17:"category_name_aim";s:24:"Benzinski ugradni motori";s:14:"category_image";s:19:"1345-1674865673.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:17;a:7:{s:11:"category_id";i:1457;s:13:"category_name";s:37:"Burgije i nastavci za bušače zemlje";s:17:"category_name_seo";s:35:"burgije-i-nastavci-za-busace-zemlje";s:17:"category_name_aim";s:35:"Burgije i oprema za bušače zemlje";s:14:"category_image";s:19:"1457-1673872250.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"81025";s:10:"product_id";i:81025;s:4:"name";s:37:"Burgija za bušač 100mm GARDENmaster";s:12:"product_name";s:37:"Burgija za bušač 100mm GARDENmaster";s:3:"url";s:35:"burgija-za-busac-100mm-gardenmaster";s:4:"path";s:15:"/1/21/126/1457/";}i:1;a:6:{s:2:"id";s:5:"96001";s:10:"product_id";i:96001;s:4:"name";s:31:"Burgija za zemlju 120mm Einhell";s:12:"product_name";s:31:"Burgija za zemlju 120mm Einhell";s:3:"url";s:31:"burgija-za-zemlju-120mm-einhell";s:4:"path";s:15:"/1/21/126/1457/";}i:2;a:6:{s:2:"id";s:6:"109395";s:10:"product_id";i:109395;s:4:"name";s:53:"Burgije za motorni bušač za zemlju 15x80cm NAKAYAMA";s:12:"product_name";s:53:"Burgije za motorni bušač za zemlju 15x80cm NAKAYAMA";s:3:"url";s:51:"burgije-za-motorni-busac-za-zemlju-15x80cm-nakayama";s:4:"path";s:15:"/1/21/126/1457/";}i:3;a:6:{s:2:"id";s:6:"109396";s:10:"product_id";i:109396;s:4:"name";s:53:"Burgija za motorni bušač za zemlju 20x80cm NAKAYAMA";s:12:"product_name";s:53:"Burgija za motorni bušač za zemlju 20x80cm NAKAYAMA";s:3:"url";s:51:"burgija-za-motorni-busac-za-zemlju-20x80cm-nakayama";s:4:"path";s:15:"/1/21/126/1457/";}i:4;a:6:{s:2:"id";s:5:"17382";s:10:"product_id";i:17382;s:4:"name";s:56:"Burgija 100 mm za motorni bušač zemlje VPH 43 Villager";s:12:"product_name";s:56:"Burgija 100 mm za motorni bušač zemlje VPH 43 Villager";s:3:"url";s:54:"burgija-100-mm-za-motorni-busac-zemlje-vph-43-villager";s:4:"path";s:15:"/1/21/126/1457/";}}}i:18;a:7:{s:11:"category_id";i:666;s:13:"category_name";s:36:"Dodatna oprema i pribor za ben. alat";s:17:"category_name_seo";s:35:"dodatna-oprema-i-pribor-za-ben-alat";s:17:"category_name_aim";s:36:"Dodatna oprema i pribor za ben. alat";s:14:"category_image";s:18:"666-1461231421.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"84791";s:10:"product_id";i:84791;s:4:"name";s:37:"Ključ za svećice za motornu testeru";s:12:"product_name";s:37:"Ključ za svećice za motornu testeru";s:3:"url";s:35:"kljuc-za-svecice-za-motornu-testeru";s:4:"path";s:14:"/1/21/126/666/";}i:1;a:6:{s:2:"id";s:5:"21652";s:10:"product_id";i:21652;s:4:"name";s:22:"Svećice 77-414 OREGON";s:12:"product_name";s:22:"Svećice 77-414 OREGON";s:3:"url";s:21:"svecice-77-414-oregon";s:4:"path";s:14:"/1/21/126/666/";}i:2;a:6:{s:2:"id";s:6:"110447";s:10:"product_id";i:110447;s:4:"name";s:35:"Trokraki nož za trimere 255x25.4mm";s:12:"product_name";s:35:"Trokraki nož za trimere 255x25.4mm";s:3:"url";s:33:"trokraki-noz-za-trimere-255x254mm";s:4:"path";s:14:"/1/21/126/666/";}i:3;a:6:{s:2:"id";s:5:"77821";s:10:"product_id";i:77821;s:4:"name";s:34:"Cirkular za trimere VB 8T Villager";s:12:"product_name";s:34:"Cirkular za trimere VB 8T Villager";s:3:"url";s:34:"cirkular-za-trimere-vb-8t-villager";s:4:"path";s:14:"/1/21/126/666/";}i:4;a:6:{s:2:"id";s:5:"69034";s:10:"product_id";i:69034;s:4:"name";s:27:"Set za zamenu ulja Villager";s:12:"product_name";s:27:"Set za zamenu ulja Villager";s:3:"url";s:27:"set-za-zamenu-ulja-villager";s:4:"path";s:14:"/1/21/126/666/";}}}i:19;a:7:{s:11:"category_id";i:1266;s:13:"category_name";s:33:"Glačalice za beton - helikopteri";s:17:"category_name_seo";s:30:"glacalice-za-beton-helikopteri";s:17:"category_name_aim";s:32:"Glačalica za beton - helikopter";s:14:"category_image";s:19:"1266-1674865548.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:3:{i:0;a:6:{s:2:"id";s:5:"80940";s:10:"product_id";i:80940;s:4:"name";s:37:"Helikopter za beton PT36 GARDENmaster";s:12:"product_name";s:37:"Helikopter za beton PT36 GARDENmaster";s:3:"url";s:37:"helikopter-za-beton-pt36-gardenmaster";s:4:"path";s:15:"/1/21/126/1266/";}i:1;a:6:{s:2:"id";s:5:"98680";s:10:"product_id";i:98680;s:4:"name";s:35:"AGT helikopter za beton AGT 4-600 W";s:12:"product_name";s:35:"AGT helikopter za beton AGT 4-600 W";s:3:"url";s:35:"agt-helikopter-za-beton-agt-4-600-w";s:4:"path";s:15:"/1/21/126/1266/";}i:2;a:6:{s:2:"id";s:5:"98681";s:10:"product_id";i:98681;s:4:"name";s:35:"AGT helikopter za beton AGT 4-900 W";s:12:"product_name";s:35:"AGT helikopter za beton AGT 4-900 W";s:3:"url";s:35:"agt-helikopter-za-beton-agt-4-900-w";s:4:"path";s:15:"/1/21/126/1266/";}}}i:20;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:21;a:7:{s:11:"category_id";i:152;s:13:"category_name";s:15:"Lanci i mačevi";s:17:"category_name_seo";s:14:"lanci-i-macevi";s:17:"category_name_aim";s:15:"Lanci i mačevi";s:14:"category_image";s:18:"152-1674859323.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"92547";s:10:"product_id";i:92547;s:4:"name";s:40:"Oregon Lanac testere 3/8, 1,3MM, 20 zuba";s:12:"product_name";s:40:"Oregon Lanac testere 3/8, 1,3MM, 20 zuba";s:3:"url";s:36:"oregon-lanac-testere-38-13mm-20-zuba";s:4:"path";s:13:"/1/21/46/152/";}i:1;a:6:{s:2:"id";s:5:"91449";s:10:"product_id";i:91449;s:4:"name";s:36:"Rezervni mač za GC-EC 750 T Einhell";s:12:"product_name";s:36:"Rezervni mač za GC-EC 750 T Einhell";s:3:"url";s:35:"rezervni-mac-za-gc-ec-750-t-einhell";s:4:"path";s:13:"/1/21/46/152/";}i:2;a:6:{s:2:"id";s:6:"117994";s:10:"product_id";i:117994;s:4:"name";s:63:"Lanac za električne testere 3/8".050" (1.3mm) 57 140104 3347OM";s:12:"product_name";s:63:"Lanac za električne testere 3/8".050" (1.3mm) 57 140104 3347OM";s:3:"url";s:55:"lanac-za-elektricne-testere-38050-13mm-57-140104-3347om";s:4:"path";s:13:"/1/21/46/152/";}i:3;a:6:{s:2:"id";s:6:"117978";s:10:"product_id";i:117978;s:4:"name";s:58:"Lanac motorne testere RD 3/8 link 56 (1.3mm) 140103 2329OM";s:12:"product_name";s:58:"Lanac motorne testere RD 3/8 link 56 (1.3mm) 140103 2329OM";s:3:"url";s:54:"lanac-motorne-testere-rd-38-link-56-13mm-140103-2329om";s:4:"path";s:13:"/1/21/46/152/";}i:4;a:6:{s:2:"id";s:5:"82997";s:10:"product_id";i:82997;s:4:"name";s:74:"Lanac za testeru 3/8" 1.3mm ( VGS 12, VGS 12S, VGS 260S ) 91VXL045E Oregon";s:12:"product_name";s:74:"Lanac za testeru 3/8" 1.3mm ( VGS 12, VGS 12S, VGS 260S ) 91VXL045E Oregon";s:3:"url";s:65:"lanac-za-testeru-38-13mm-vgs-12-vgs-12s-vgs-260s-91vxl045e-oregon";s:4:"path";s:13:"/1/21/46/152/";}}}i:22;a:7:{s:11:"category_id";i:1403;s:13:"category_name";s:29:"Mašine za proizvodnju peleta";s:17:"category_name_seo";s:28:"masine-za-proizvodnju-peleta";s:17:"category_name_aim";s:29:"Mašine za proizvodnju peleta";s:14:"category_image";s:19:"1403-1613056555.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:23;a:7:{s:11:"category_id";i:714;s:13:"category_name";s:21:"Motorne pumpe za vodu";s:17:"category_name_seo";s:21:"motorne-pumpe-za-vodu";s:17:"category_name_aim";s:21:"Motorne pumpe za vodu";s:14:"category_image";s:18:"714-1674863087.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"80896";s:10:"product_id";i:80896;s:4:"name";s:38:"Motorna pumpa za vodu WP 10 E Villager";s:12:"product_name";s:38:"Motorna pumpa za vodu WP 10 E Villager";s:3:"url";s:38:"motorna-pumpa-za-vodu-wp-10-e-villager";s:4:"path";s:13:"/1/44/98/714/";}i:1;a:6:{s:2:"id";s:5:"81681";s:10:"product_id";i:81681;s:4:"name";s:41:"Pumpa motorna baštenska W-MGP 1600 Womax";s:12:"product_name";s:41:"Pumpa motorna baštenska W-MGP 1600 Womax";s:3:"url";s:40:"pumpa-motorna-bastenska-w-mgp-1600-womax";s:4:"path";s:13:"/1/44/98/714/";}i:2;a:6:{s:2:"id";s:6:"119953";s:10:"product_id";i:119953;s:4:"name";s:41:"PUMPA BAŠTENSKA W-MGP 1600 MOTORNA Womax";s:12:"product_name";s:41:"PUMPA BAŠTENSKA W-MGP 1600 MOTORNA Womax";s:3:"url";s:34:"pumpa-bastenska-w-mgp-1600-motorna";s:4:"path";s:13:"/1/44/98/714/";}i:3;a:6:{s:2:"id";s:5:"60588";s:10:"product_id";i:60588;s:4:"name";s:31:"Motorna pumpa za vodu WP-30 AGM";s:12:"product_name";s:31:"Motorna pumpa za vodu WP-30 AGM";s:3:"url";s:31:"motorna-pumpa-za-vodu-wp-30-agm";s:4:"path";s:13:"/1/44/98/714/";}i:4;a:6:{s:2:"id";s:6:"111917";s:10:"product_id";i:111917;s:4:"name";s:103:"Scheppach PWP32 benzinska pumpa za vodu 5,3 KS, prečnik priključka 2 cola, protok 32000 litara na sat";s:12:"product_name";s:103:"Scheppach PWP32 benzinska pumpa za vodu 5,3 KS, prečnik priključka 2 cola, protok 32000 litara na sat";s:3:"url";s:98:"scheppach-pwp32-benzinska-pumpa-za-vodu-53-ks-precnik-prikljucka-2-cola-protok-32000-litara-na-sat";s:4:"path";s:13:"/1/44/98/714/";}}}i:24;a:7:{s:11:"category_id";i:1210;s:13:"category_name";s:32:"Oprema za traktore i kultivatore";s:17:"category_name_seo";s:32:"oprema-za-traktore-i-kultivatore";s:17:"category_name_aim";s:32:"Oprema za traktore i kultivatore";s:14:"category_image";s:19:"1210-1674864289.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"66007";s:10:"product_id";i:66007;s:4:"name";s:46:"Set za malčiranje trave za traktore bez korpe";s:12:"product_name";s:46:"Set za malčiranje trave za traktore bez korpe";s:3:"url";s:45:"set-za-malciranje-trave-za-traktore-bez-korpe";s:4:"path";s:15:"/1/21/126/1210/";}i:1;a:6:{s:2:"id";s:5:"78668";s:10:"product_id";i:78668;s:4:"name";s:38:"Disk za čišćenje VPTC 8520 Villager";s:12:"product_name";s:38:"Disk za čišćenje VPTC 8520 Villager";s:3:"url";s:35:"disk-za-ciscenje-vptc-8520-villager";s:4:"path";s:15:"/1/21/126/1210/";}i:2;a:6:{s:2:"id";s:5:"81721";s:10:"product_id";i:81721;s:4:"name";s:57:"Plug za zagrtanje zemlje za kultivator GK750 GARDENmaster";s:12:"product_name";s:57:"Plug za zagrtanje zemlje za kultivator GK750 GARDENmaster";s:3:"url";s:57:"plug-za-zagrtanje-zemlje-za-kultivator-gk750-gardenmaster";s:4:"path";s:15:"/1/21/126/1210/";}i:3;a:6:{s:2:"id";s:5:"81722";s:10:"product_id";i:81722;s:4:"name";s:58:"Plug za vađenje krompira za kultivator GK750 GARDENmaster";s:12:"product_name";s:58:"Plug za vađenje krompira za kultivator GK750 GARDENmaster";s:3:"url";s:57:"plug-za-vadenje-krompira-za-kultivator-gk750-gardenmaster";s:4:"path";s:15:"/1/21/126/1210/";}i:4;a:6:{s:2:"id";s:5:"67588";s:10:"product_id";i:67588;s:4:"name";s:34:"Plug sakupljač za VSS 60 Villager";s:12:"product_name";s:34:"Plug sakupljač za VSS 60 Villager";s:3:"url";s:32:"plug-sakupljac-za-vs-60-villager";s:4:"path";s:15:"/1/21/126/1210/";}}}i:25;a:7:{s:11:"category_id";i:1109;s:13:"category_name";s:25:"Strune i glave za trimere";s:17:"category_name_seo";s:25:"strune-i-glave-za-trimere";s:17:"category_name_aim";s:25:"Strune i glave za trimere";s:14:"category_image";s:19:"1109-1671990905.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"82368";s:10:"product_id";i:82368;s:4:"name";s:52:"Silk trimer, okrugli zelen 1.3mm x 15m 69-482 Oregon";s:12:"product_name";s:52:"Silk trimer, okrugli zelen 1.3mm x 15m 69-482 Oregon";s:3:"url";s:50:"silk-trimer-okrugli-zelen-13mm-x-15m-69-482-oregon";s:4:"path";s:14:"/1/21/46/1109/";}i:1;a:6:{s:2:"id";s:5:"87635";s:10:"product_id";i:87635;s:4:"name";s:39:"Struna za trimer - okrugla 1,3x15m Rosa";s:12:"product_name";s:39:"Struna za trimer - okrugla 1,3x15m Rosa";s:3:"url";s:36:"struna-za-trimer-okrugla-13x15m-rosa";s:4:"path";s:14:"/1/21/46/1109/";}i:2;a:6:{s:2:"id";s:5:"49721";s:10:"product_id";i:49721;s:4:"name";s:48:"Struna za trimer okrugla nit 2.4 mm 15m Villager";s:12:"product_name";s:48:"Struna za trimer okrugla nit 2.4 mm 15m Villager";s:3:"url";s:47:"struna-za-trimer-okrugla-nit-24-mm-15m-villager";s:4:"path";s:14:"/1/21/46/1109/";}i:3;a:6:{s:2:"id";s:5:"49723";s:10:"product_id";i:49723;s:4:"name";s:48:"Struna za trimer okrugla nit 2.7 mm 15m Villager";s:12:"product_name";s:48:"Struna za trimer okrugla nit 2.7 mm 15m Villager";s:3:"url";s:47:"struna-za-trimer-okrugla-nit-27-mm-15m-villager";s:4:"path";s:14:"/1/21/46/1109/";}i:4;a:6:{s:2:"id";s:5:"56335";s:10:"product_id";i:56335;s:4:"name";s:44:"Struna za trimer - twist 2,00 mm x 15m ROSA";s:12:"product_name";s:44:"Struna za trimer - twist 2,00 mm x 15m ROSA";s:3:"url";s:40:"struna-za-trimer-twist-200-mm-x-15m-rosa";s:4:"path";s:14:"/1/21/46/1109/";}}}i:26;a:7:{s:11:"category_id";i:1458;s:13:"category_name";s:42:"Ulje za lance za testere i benzinske alate";s:17:"category_name_seo";s:42:"ulje-za-lance-za-testere-i-benzinske-alate";s:17:"category_name_aim";s:42:"Ulje za benzinske alate i lance za testere";s:14:"category_image";s:19:"1458-1673876246.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"53834";s:10:"product_id";i:53834;s:4:"name";s:40:"Ulje za dvotaktne motore 100 ml Villager";s:12:"product_name";s:40:"Ulje za dvotaktne motore 100 ml Villager";s:3:"url";s:40:"ulje-za-dvotaktne-motore-100-ml-villager";s:4:"path";s:15:"/1/21/126/1458/";}i:1;a:6:{s:2:"id";s:5:"21987";s:10:"product_id";i:21987;s:4:"name";s:37:"Ulje za dvotaktne motore 100ml OREGON";s:12:"product_name";s:37:"Ulje za dvotaktne motore 100ml OREGON";s:3:"url";s:37:"ulje-za-dvotaktne-motore-100ml-oregon";s:4:"path";s:15:"/1/21/126/1458/";}i:2;a:6:{s:2:"id";s:6:"102660";s:10:"product_id";i:102660;s:4:"name";s:26:"Ulje dvotaktol 100ml Stihl";s:12:"product_name";s:26:"Ulje dvotaktol 100ml Stihl";s:3:"url";s:26:"ulje-dvotaktol-100ml-stihl";s:4:"path";s:15:"/1/21/126/1458/";}i:3;a:6:{s:2:"id";s:5:"84901";s:10:"product_id";i:84901;s:4:"name";s:44:"Oregon Ulje za dvotaktne motore zeleno 100ml";s:12:"product_name";s:44:"Oregon Ulje za dvotaktne motore zeleno 100ml";s:3:"url";s:44:"oregon-ulje-za-dvotaktne-motore-zeleno-100ml";s:4:"path";s:15:"/1/21/126/1458/";}i:4;a:6:{s:2:"id";s:6:"115318";s:10:"product_id";i:115318;s:4:"name";s:47:"Makita 195957-9 ulje za dvotaktne motore 100 ml";s:12:"product_name";s:47:"Makita 195957-9 ulje za dvotaktne motore 100 ml";s:3:"url";s:47:"makita-195957-9-ulje-za-dvotaktne-motore-100-ml";s:4:"path";s:15:"/1/21/126/1458/";}}}i:27;a:7:{s:11:"category_id";i:670;s:13:"category_name";s:29:"Vertikateri-aeratori za travu";s:17:"category_name_seo";s:29:"vertikateri-aeratori-za-travu";s:17:"category_name_aim";s:29:"Vertikateri-aeratori za travu";s:14:"category_image";s:18:"670-1306231192.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:2:{i:0;a:6:{s:2:"id";s:6:"105467";s:10:"product_id";i:105467;s:4:"name";s:48:"FIELDMANN FZV 6050-B motorni prozračivač trave";s:12:"product_name";s:48:"FIELDMANN FZV 6050-B motorni prozračivač trave";s:3:"url";s:46:"fieldmann-fzv-6050-b-motorni-prozracivac-trave";s:4:"path";s:14:"/1/21/126/670/";}i:1;a:6:{s:2:"id";s:6:"110223";s:10:"product_id";i:110223;s:4:"name";s:53:"Motorni prozračivač travnjaka 5.4KS SC55P Scheppach";s:12:"product_name";s:53:"Motorni prozračivač travnjaka 5.4KS SC55P Scheppach";s:3:"url";s:50:"motorni-prozracivac-travnjaka-54ks-sc55p-scheppach";s:4:"path";s:14:"/1/21/126/670/";}}}}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 => 17809528151 => "cache_tree_aim_126"
2 => "a:2:{s:13:"subCategories";a:28:{i:0;a:7:{s:11:"category_id";i:459;s:13:"category_name";s:29:"Benzinske bušilice za zemlju";s:17:"category_name_seo";s:28:"benzinske-busilice-za-zemlju";s:17:"category_name_aim";s:29:"Benzinske bušilice za zemlju";s:14:"category_image";s:18:"459-1671986356.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"120258";s:10:"product_id";i:120258;s:4:"name";s:44:"Bušač rupa za zemlju W-EB 1650-1 benzinski";s:12:"product_name";s:44:"Bušač rupa za zemlju W-EB 1650-1 benzinski";s:3:"url";s:42:"busac-rupa-za-zemlju-w-eb-1650-1-benzinski";s:4:"path";s:14:"/1/21/126/459/";}i:1;a:6:{s:2:"id";s:5:"81024";s:10:"product_id";i:81024;s:4:"name";s:42:"Motorni Bušač Zemlje RD520X GARDENmaster";s:12:"product_name";s:42:"Motorni Bušač Zemlje RD520X GARDENmaster";s:3:"url";s:40:"motorni-busac-zemlje-rd520x-gardenmaster";s:4:"path";s:14:"/1/21/126/459/";}i:2;a:6:{s:2:"id";s:6:"120181";s:10:"product_id";i:120181;s:4:"name";s:36:"Motorni bušač rupa W-EB 1850 Womax";s:12:"product_name";s:36:"Motorni bušač rupa W-EB 1850 Womax";s:3:"url";s:34:"motorni-busac-rupa-w-eb-1850-womax";s:4:"path";s:14:"/1/21/126/459/";}i:3;a:6:{s:2:"id";s:5:"66776";s:10:"product_id";i:66776;s:4:"name";s:59:"Motorni bušač zemlje sa burgijom od 100mm W-EB 1650 Womax";s:12:"product_name";s:59:"Motorni bušač zemlje sa burgijom od 100mm W-EB 1650 Womax";s:3:"url";s:57:"motorni-busac-zemlje-sa-burgijom-od-100mm-w-eb-1650-womax";s:4:"path";s:14:"/1/21/126/459/";}i:4;a:6:{s:2:"id";s:6:"117742";s:10:"product_id";i:117742;s:4:"name";s:62:"ISKRA ERO benzinski bušač rupa za stubove i sadnju IE-EA1450";s:12:"product_name";s:62:"ISKRA ERO benzinski bušač rupa za stubove i sadnju IE-EA1450";s:3:"url";s:60:"iskra-ero-benzinski-busac-rupa-za-stubove-i-sadnju-ie-ea1450";s:4:"path";s:14:"/1/21/126/459/";}}}i:1;a:7:{s:11:"category_id";i:667;s:13:"category_name";s:25:"Benzinske drobilice grana";s:17:"category_name_seo";s:25:"benzinske-drobilice-grana";s:17:"category_name_aim";s:25:"Benzinske drobilice grana";s:14:"category_image";s:18:"667-1671986446.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:2:{i:0;a:6:{s:2:"id";s:5:"81011";s:10:"product_id";i:81011;s:4:"name";s:55:"Motorna Drobilica Seckalica Za Grane GS650 GARDENmaster";s:12:"product_name";s:55:"Motorna Drobilica Seckalica Za Grane GS650 GARDENmaster";s:3:"url";s:55:"motorna-drobilica-seckalica-za-grane-gs650-gardenmaster";s:4:"path";s:14:"/1/21/126/667/";}i:1;a:6:{s:2:"id";s:5:"63254";s:10:"product_id";i:63254;s:4:"name";s:45:"Motorna seckalica za grane VCP 250 S Villager";s:12:"product_name";s:45:"Motorna seckalica za grane VCP 250 S Villager";s:3:"url";s:45:"motorna-seckalica-za-grane-vcp-250-s-villager";s:4:"path";s:14:"/1/21/126/667/";}}}i:2;a:7:{s:11:"category_id";i:128;s:13:"category_name";s:19:"Benzinske kosačice";s:17:"category_name_seo";s:18:"benzinske-kosacice";s:17:"category_name_aim";s:19:"Benzinske kosačice";s:14:"category_image";s:18:"128-1674857846.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"103687";s:10:"product_id";i:103687;s:4:"name";s:35:"AGM 4024 Motorna kosačica za travu";s:12:"product_name";s:35:"AGM 4024 Motorna kosačica za travu";s:3:"url";s:34:"agm-4024-motorna-kosacica-za-travu";s:4:"path";s:14:"/1/21/126/128/";}i:1;a:6:{s:2:"id";s:6:"103688";s:10:"product_id";i:103688;s:4:"name";s:35:"AGM 4224 Motorna kosačica za travu";s:12:"product_name";s:35:"AGM 4224 Motorna kosačica za travu";s:3:"url";s:34:"agm-4224-motorna-kosacica-za-travu";s:4:"path";s:14:"/1/21/126/128/";}i:2;a:6:{s:2:"id";s:5:"87520";s:10:"product_id";i:87520;s:4:"name";s:51:"FIELDMANN FZR 4003-79BH benzinska kosilica za travu";s:12:"product_name";s:51:"FIELDMANN FZR 4003-79BH benzinska kosilica za travu";s:3:"url";s:51:"fieldmann-fzr-4003-79bh-benzinska-kosilica-za-travu";s:4:"path";s:14:"/1/21/126/128/";}i:3;a:6:{s:2:"id";s:6:"109621";s:10:"product_id";i:109621;s:4:"name";s:51:"Scheppach motorna kosačica za travu 3,3KS MP132-42";s:12:"product_name";s:51:"Scheppach motorna kosačica za travu 3,3KS MP132-42";s:3:"url";s:49:"scheppach-motorna-kosacica-za-travu-33ks-mp132-42";s:4:"path";s:14:"/1/21/126/128/";}i:4;a:6:{s:2:"id";s:6:"109722";s:10:"product_id";i:109722;s:4:"name";s:44:"Motorna kosačica S420 MultiCut GARDENmaster";s:12:"product_name";s:44:"Motorna kosačica S420 MultiCut GARDENmaster";s:3:"url";s:43:"motorna-kosacica-s420-multicut-gardenmaster";s:4:"path";s:14:"/1/21/126/128/";}}}i:3;a:7:{s:11:"category_id";i:129;s:13:"category_name";s:22:"Benzinske kose-trimeri";s:17:"category_name_seo";s:22:"benzinske-kose-trimeri";s:17:"category_name_aim";s:22:"Benzinske kose-trimeri";s:14:"category_image";s:18:"129-1671986558.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"111113";s:10:"product_id";i:111113;s:4:"name";s:40:"Motorni trimer za travu Euro 5 AGM 260 E";s:12:"product_name";s:40:"Motorni trimer za travu Euro 5 AGM 260 E";s:3:"url";s:40:"motorni-trimer-za-travu-euro-5-agm-260-e";s:4:"path";s:14:"/1/21/126/129/";}i:1;a:6:{s:2:"id";s:5:"90654";s:10:"product_id";i:90654;s:4:"name";s:35:"Motorni trimer Villager BC 26 Prime";s:12:"product_name";s:35:"Motorni trimer Villager BC 26 Prime";s:3:"url";s:35:"motorni-trimer-villager-bc-26-prime";s:4:"path";s:14:"/1/21/126/129/";}i:2;a:6:{s:2:"id";s:5:"73200";s:10:"product_id";i:73200;s:4:"name";s:38:"Motorni trimer za travu 1.7 ks 430 AGM";s:12:"product_name";s:38:"Motorni trimer za travu 1.7 ks 430 AGM";s:3:"url";s:37:"motorni-trimer-za-travu-17-ks-430-agm";s:4:"path";s:14:"/1/21/126/129/";}i:3;a:6:{s:2:"id";s:5:"89906";s:10:"product_id";i:89906;s:4:"name";s:43:"Raider motorni trimer za travu RD-GBC22 2KS";s:12:"product_name";s:43:"Raider motorni trimer za travu RD-GBC22 2KS";s:3:"url";s:43:"raider-motorni-trimer-za-travu-rd-gbc22-2ks";s:4:"path";s:14:"/1/21/126/129/";}i:4;a:6:{s:2:"id";s:6:"110529";s:10:"product_id";i:110529;s:4:"name";s:49:"Scheppach BCGT5200 motorni trimer za travu 1.9 KS";s:12:"product_name";s:49:"Scheppach BCGT5200 motorni trimer za travu 1.9 KS";s:3:"url";s:48:"scheppach-bcgt5200-motorni-trimer-za-travu-19-ks";s:4:"path";s:14:"/1/21/126/129/";}}}i:4;a:7:{s:11:"category_id";i:127;s:13:"category_name";s:25:"Benzinske motorne testere";s:17:"category_name_seo";s:25:"benzinske-motorne-testere";s:17:"category_name_aim";s:25:"Benzinske motorne testere";s:14:"category_image";s:18:"127-1674857558.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"89916";s:10:"product_id";i:89916;s:4:"name";s:38:"Raider motorna testera RD-GCS24 2.4 KS";s:12:"product_name";s:38:"Raider motorna testera RD-GCS24 2.4 KS";s:3:"url";s:37:"raider-motorna-testera-rd-gcs24-24-ks";s:4:"path";s:14:"/1/21/126/127/";}i:1;a:6:{s:2:"id";s:6:"110097";s:10:"product_id";i:110097;s:4:"name";s:38:"Motorna testera PCS38 1.8 KS Scheppach";s:12:"product_name";s:38:"Motorna testera PCS38 1.8 KS Scheppach";s:3:"url";s:37:"motorna-testera-pcs38-18-ks-scheppach";s:4:"path";s:14:"/1/21/126/127/";}i:2;a:6:{s:2:"id";s:5:"98848";s:10:"product_id";i:98848;s:4:"name";s:30:"Motorna testera AGM 5300 E 3KS";s:12:"product_name";s:30:"Motorna testera AGM 5300 E 3KS";s:3:"url";s:30:"motorna-testera-agm-5300-e-3ks";s:4:"path";s:14:"/1/21/126/127/";}i:3;a:6:{s:2:"id";s:5:"81030";s:10:"product_id";i:81030;s:4:"name";s:41:"Motorna testera 2.9 KS GMA25 GARDENmaster";s:12:"product_name";s:41:"Motorna testera 2.9 KS GMA25 GARDENmaster";s:3:"url";s:40:"motorna-testera-29-ks-gma25-gardenmaster";s:4:"path";s:14:"/1/21/126/127/";}i:4;a:6:{s:2:"id";s:5:"94595";s:10:"product_id";i:94595;s:4:"name";s:48:"Fieldmann FZP 45016-B Benzinska lančana testera";s:12:"product_name";s:48:"Fieldmann FZP 45016-B Benzinska lančana testera";s:3:"url";s:47:"fieldmann-fzp-45016-b-benzinska-lancana-testera";s:4:"path";s:14:"/1/21/126/127/";}}}i:5;a:7:{s:11:"category_id";i:132;s:13:"category_name";s:19:"Benzinske prskalice";s:17:"category_name_seo";s:19:"benzinske-prskalice";s:17:"category_name_aim";s:19:"Benzinske prskalice";s:14:"category_image";s:18:"132-1671989450.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"85247";s:10:"product_id";i:85247;s:4:"name";s:36:"AGM 1421 MD Motorna leđna prskalica";s:12:"product_name";s:36:"AGM 1421 MD Motorna leđna prskalica";s:3:"url";s:35:"agm-1421-md-motorna-ledna-prskalica";s:4:"path";s:14:"/1/21/126/132/";}i:1;a:6:{s:2:"id";s:5:"42419";s:10:"product_id";i:42419;s:4:"name";s:40:"Prskalica motorna leđna DM-14P Villager";s:12:"product_name";s:40:"Prskalica motorna leđna DM-14P Villager";s:3:"url";s:39:"prskalica-motorna-ledna-dm-14p-villager";s:4:"path";s:14:"/1/21/126/132/";}i:2;a:6:{s:2:"id";s:5:"72904";s:10:"product_id";i:72904;s:4:"name";s:43:"Prskalica leđna motorna W-MRS 750-15 Womax";s:12:"product_name";s:43:"Prskalica leđna motorna W-MRS 750-15 Womax";s:3:"url";s:42:"prskalica-ledna-motorna-w-mrs-750-15-womax";s:4:"path";s:14:"/1/21/126/132/";}i:3;a:6:{s:2:"id";s:5:"80999";s:10:"product_id";i:80999;s:4:"name";s:42:"Motorni ledjni atomizer MT14X GARDENmaster";s:12:"product_name";s:42:"Motorni ledjni atomizer MT14X GARDENmaster";s:3:"url";s:42:"motorni-ledjni-atomizer-mt14x-gardenmaster";s:4:"path";s:14:"/1/21/126/132/";}i:4;a:6:{s:2:"id";s:5:"18145";s:10:"product_id";i:18145;s:4:"name";s:32:"Prskalica motorna W-MRS 50 WOMAX";s:12:"product_name";s:32:"Prskalica motorna W-MRS 50 WOMAX";s:3:"url";s:32:"prskalica-motorna-w-mrs-50-womax";s:4:"path";s:14:"/1/21/126/132/";}}}i:6;a:7:{s:11:"category_id";i:1110;s:13:"category_name";s:35:"Benzinske vibro ploče i vibro igle";s:17:"category_name_seo";s:34:"benzinske-vibro-ploce-i-vibro-igle";s:17:"category_name_aim";s:22:"Benzinske vibro ploče";s:14:"category_image";s:19:"1110-1674862629.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"110355";s:10:"product_id";i:110355;s:4:"name";s:42:"Vibracioni štap za beton 1.5m 35mm Raider";s:12:"product_name";s:42:"Vibracioni štap za beton 1.5m 35mm Raider";s:3:"url";s:40:"vibracioni-stap-za-beton-15m-35mm-raider";s:4:"path";s:15:"/1/21/126/1110/";}i:1;a:6:{s:2:"id";s:6:"116823";s:10:"product_id";i:116823;s:4:"name";s:40:"YATO crevo za vibrator za beton YT-82600";s:12:"product_name";s:40:"YATO crevo za vibrator za beton YT-82600";s:3:"url";s:40:"yato-crevo-za-vibrator-za-beton-yt-82600";s:4:"path";s:15:"/1/21/126/1110/";}i:2;a:6:{s:2:"id";s:6:"116788";s:10:"product_id";i:116788;s:4:"name";s:40:"YATO crevo za vibrator za beton YT-82601";s:12:"product_name";s:40:"YATO crevo za vibrator za beton YT-82601";s:3:"url";s:40:"yato-crevo-za-vibrator-za-beton-yt-82601";s:4:"path";s:15:"/1/21/126/1110/";}i:3;a:6:{s:2:"id";s:6:"110044";s:10:"product_id";i:110044;s:4:"name";s:53:"Električna vibro igla 1300W 3m Ø35mm RD-CV01 Raider";s:12:"product_name";s:53:"Električna vibro igla 1300W 3m Ø35mm RD-CV01 Raider";s:3:"url";s:50:"elektricna-vibro-igla-1300w-3m-35mm-rd-cv01-raider";s:4:"path";s:15:"/1/21/126/1110/";}i:4;a:6:{s:2:"id";s:6:"110003";s:10:"product_id";i:110003;s:4:"name";s:37:"Ploča za kompakter HULKPAD Evolution";s:12:"product_name";s:37:"Ploča za kompakter HULKPAD Evolution";s:3:"url";s:36:"ploca-za-kompakter-hulkpad-evolution";s:4:"path";s:15:"/1/21/126/1110/";}}}i:7;a:7:{s:11:"category_id";i:1114;s:13:"category_name";s:30:"Benzinski alat vodoinstalateri";s:17:"category_name_seo";s:30:"benzinski-alat-vodoinstalateri";s:17:"category_name_aim";s:30:"Benzinski alat vodoinstalateri";s:14:"category_image";s:19:"1114-1671989575.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:1:{i:0;a:6:{s:2:"id";s:5:"43231";s:10:"product_id";i:43231;s:4:"name";s:38:"KJ-3100 Benzinski ispirač cevi Ridgid";s:12:"product_name";s:38:"KJ-3100 Benzinski ispirač cevi Ridgid";s:3:"url";s:37:"kj-3100-benzinski-ispirac-cevi-ridgid";s:4:"path";s:15:"/1/21/126/1114/";}}}i:8;a:7:{s:11:"category_id";i:290;s:13:"category_name";s:25:"Benzinski čistači snega";s:17:"category_name_seo";s:23:"benzinski-cistaci-snega";s:17:"category_name_aim";s:25:"Benzinski čistači snega";s:14:"category_image";s:18:"290-1271158404.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"78694";s:10:"product_id";i:78694;s:4:"name";s:83:"Akumulatorski čistač snega FUSE VST 2820 Villager + baterija 1.5Ah + punjač 2.4A";s:12:"product_name";s:83:"Akumulatorski čistač snega FUSE VST 2820 Villager + baterija 1.5Ah + punjač 2.4A";s:3:"url";s:74:"akumulatorski-cistac-snega-fuse-vst-2820-villager-baterija-15ah-punjac-24a";s:4:"path";s:14:"/1/21/126/290/";}i:1;a:6:{s:2:"id";s:5:"53574";s:10:"product_id";i:53574;s:4:"name";s:63:"Benzinski čistač snega-snežna freza Select SF 53 Wolf Garten";s:12:"product_name";s:63:"Benzinski čistač snega-snežna freza Select SF 53 Wolf Garten";s:3:"url";s:60:"benzinski-cistac-snega-snezna-freza-select-sf-53-wolf-garten";s:4:"path";s:14:"/1/21/126/290/";}i:2;a:6:{s:2:"id";s:6:"117557";s:10:"product_id";i:117557;s:4:"name";s:98:"Einhell Professional akumulatorski čistač snega GP-ST 36/53 Li E BL-Solo bez baterije i punjača";s:12:"product_name";s:98:"Einhell Professional akumulatorski čistač snega GP-ST 36/53 Li E BL-Solo bez baterije i punjača";s:3:"url";s:93:"einhell-profesional-akumulatorski-cistac-snega-gp-st-3653-li-e-bl-solo-bez-baterije-i-punjaca";s:4:"path";s:14:"/1/21/126/290/";}i:3;a:6:{s:2:"id";s:6:"116639";s:10:"product_id";i:116639;s:4:"name";s:50:"Makita SN001GZ akumulatorska freza za sneg 40V XGT";s:12:"product_name";s:50:"Makita SN001GZ akumulatorska freza za sneg 40V XGT";s:3:"url";s:50:"makita-sn001gz-akumulatorska-freza-za-sneg-40v-xgt";s:4:"path";s:14:"/1/21/126/290/";}i:4;a:6:{s:2:"id";s:5:"80949";s:10:"product_id";i:80949;s:4:"name";s:50:"Motorni čistač i bacač snega ST65A GARDENmaster";s:12:"product_name";s:50:"Motorni čistač i bacač snega ST65A GARDENmaster";s:3:"url";s:47:"motorni-cistac-i-bacac-snega-st65a-gardenmaster";s:4:"path";s:14:"/1/21/126/290/";}}}i:9;a:7:{s:11:"category_id";i:289;s:13:"category_name";s:25:"Benzinski duvači lišća";s:17:"category_name_seo";s:22:"benzinski-duvaci-lisca";s:17:"category_name_aim";s:25:"Benzinski duvači lišća";s:14:"category_image";s:18:"289-1674859703.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"81009";s:10:"product_id";i:81009;s:4:"name";s:41:"Motorni duvač lišća BL260 GARDENmaster";s:12:"product_name";s:41:"Motorni duvač lišća BL260 GARDENmaster";s:3:"url";s:38:"motorni-duvac-lisca-bl260-gardenmaster";s:4:"path";s:14:"/1/21/126/289/";}i:1;a:6:{s:2:"id";s:5:"81008";s:10:"product_id";i:81008;s:4:"name";s:49:"Duvalica-usisivač za lišće VB3405 GARDENmaster";s:12:"product_name";s:49:"Duvalica-usisivač za lišće VB3405 GARDENmaster";s:3:"url";s:46:"duvalica-usisivac-za-lisce-vb3405-gardenmaster";s:4:"path";s:14:"/1/21/126/289/";}i:2;a:6:{s:2:"id";s:6:"120338";s:10:"product_id";i:120338;s:4:"name";s:37:"Duvač za lišće w-bls 750 benzinski";s:12:"product_name";s:37:"Duvač za lišće w-bls 750 benzinski";s:3:"url";s:34:"duvac-za-lisce-w-bls-750-benzinski";s:4:"path";s:14:"/1/21/126/289/";}i:3;a:6:{s:2:"id";s:6:"110265";s:10:"product_id";i:110265;s:4:"name";s:55:"Motorni duvač usisivač lišća LBH2600P 1KS Scheppach";s:12:"product_name";s:55:"Motorni duvač usisivač lišća LBH2600P 1KS Scheppach";s:3:"url";s:51:"motorni-duvac-usisivac-lisca-lbh2600p-1ks-scheppach";s:4:"path";s:14:"/1/21/126/289/";}i:4;a:6:{s:2:"id";s:5:"81711";s:10:"product_id";i:81711;s:4:"name";s:41:"Benzinski duvač lišća W-BLS 1250 Womax";s:12:"product_name";s:41:"Benzinski duvač lišća W-BLS 1250 Womax";s:3:"url";s:38:"benzinski-duvac-lisca-w-bls-1250-womax";s:4:"path";s:14:"/1/21/126/289/";}}}i:10;a:7:{s:11:"category_id";i:291;s:13:"category_name";s:31:"Benzinski motokultivatori-freze";s:17:"category_name_seo";s:31:"benzinski-motokultivatori-freze";s:17:"category_name_aim";s:31:"Benzinski motokultivatori-freze";s:14:"category_image";s:18:"291-1360418758.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"95869";s:10:"product_id";i:95869;s:4:"name";s:55:"Akumulatorska kopačica GE-CR 18/20 Li E - Solo Einhell";s:12:"product_name";s:55:"Akumulatorska kopačica GE-CR 18/20 Li E - Solo Einhell";s:3:"url";s:51:"akumulatorska-kopacica-ge-cr-1820-li-e-solo-einhell";s:4:"path";s:14:"/1/21/126/291/";}i:1;a:6:{s:2:"id";s:6:"109746";s:10:"product_id";i:109746;s:4:"name";s:50:"Scheppach električna kopačica freza 36 cm MTE380";s:12:"product_name";s:50:"Scheppach električna kopačica freza 36 cm MTE380";s:3:"url";s:48:"scheppach-elektricna-kopacica-freza-36-cm-mte380";s:4:"path";s:14:"/1/21/126/291/";}i:2;a:6:{s:2:"id";s:6:"110476";s:10:"product_id";i:110476;s:4:"name";s:54:"Fuse akumulatorski motokultivator-freza 2x18V Villager";s:12:"product_name";s:54:"Fuse akumulatorski motokultivator-freza 2x18V Villager";s:3:"url";s:54:"fuse-akumulatorski-motokultivator-freza-2x18v-villager";s:4:"path";s:14:"/1/21/126/291/";}i:3;a:6:{s:2:"id";s:6:"109747";s:10:"product_id";i:109747;s:4:"name";s:56:"Scheppach električna kopačica freza 45 cm MTE460 1500W";s:12:"product_name";s:56:"Scheppach električna kopačica freza 45 cm MTE460 1500W";s:3:"url";s:54:"scheppach-elektricna-kopacica-freza-45-cm-mte460-1500w";s:4:"path";s:14:"/1/21/126/291/";}i:4;a:6:{s:2:"id";s:5:"75084";s:10:"product_id";i:75084;s:4:"name";s:73:"Akumulatorska kopačica - freza GE-CR 30 Li - Solo Power X-Change Einhell";s:12:"product_name";s:73:"Akumulatorska kopačica - freza GE-CR 30 Li - Solo Power X-Change Einhell";s:3:"url";s:68:"akumulatorska-kopacica-freza-ge-cr-30-li-solo-power-x-change-einhell";s:4:"path";s:14:"/1/21/126/291/";}}}i:11;a:7:{s:11:"category_id";i:1356;s:13:"category_name";s:36:"Benzinski multifunkcionalni uredjaji";s:17:"category_name_seo";s:36:"benzinski-multifunkcionalni-uredjaji";s:17:"category_name_aim";s:36:"Benzinski multifunkcionalni uredjaji";s:14:"category_image";s:19:"1356-1674859156.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"120242";s:10:"product_id";i:120242;s:4:"name";s:42:"Tresač za voće benzinski W-SH 1700 WOMAX";s:12:"product_name";s:42:"Tresač za voće benzinski W-SH 1700 WOMAX";s:3:"url";s:40:"tresac-za-voce-benzinski-w-sh-1700-womax";s:4:"path";s:15:"/1/21/126/1356/";}i:1;a:6:{s:2:"id";s:5:"85244";s:10:"product_id";i:85244;s:4:"name";s:37:"AGM AMT 3321 Multifunkcionalni trimer";s:12:"product_name";s:37:"AGM AMT 3321 Multifunkcionalni trimer";s:3:"url";s:37:"agm-amt-3321-multifunkcionalni-trimer";s:4:"path";s:15:"/1/21/126/1356/";}i:2;a:6:{s:2:"id";s:5:"85245";s:10:"product_id";i:85245;s:4:"name";s:42:"AGM BMT 3421 Leđni multifunkcijski trimer";s:12:"product_name";s:42:"AGM BMT 3421 Leđni multifunkcijski trimer";s:3:"url";s:41:"agm-bmt-3421-ledni-multifunkcijski-trimer";s:4:"path";s:15:"/1/21/126/1356/";}i:3;a:6:{s:2:"id";s:5:"72193";s:10:"product_id";i:72193;s:4:"name";s:38:"Benzinski multifunkcionalni alat ISKRA";s:12:"product_name";s:38:"Benzinski multifunkcionalni alat ISKRA";s:3:"url";s:38:"benzinski-multifunkcionalni-alat-iskra";s:4:"path";s:15:"/1/21/126/1356/";}i:4;a:6:{s:2:"id";s:6:"111811";s:10:"product_id";i:111811;s:4:"name";s:61:"Scheppach motorni multifunkcionalni trimer MTC42-5P Scheppach";s:12:"product_name";s:61:"Scheppach motorni multifunkcionalni trimer MTC42-5P Scheppach";s:3:"url";s:61:"scheppach-motorni-multifunkcionalni-trimer-mtc42-5p-scheppach";s:4:"path";s:15:"/1/21/126/1356/";}}}i:12;a:7:{s:11:"category_id";i:133;s:13:"category_name";s:31:"Benzinski perači pod pritiskom";s:17:"category_name_seo";s:30:"benzinski-peraci-pod-pritiskom";s:17:"category_name_aim";s:31:"Benzinski perači pod pritiskom";s:14:"category_image";s:18:"133-1271158574.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:2:{i:0;a:6:{s:2:"id";s:6:"109682";s:10:"product_id";i:109682;s:4:"name";s:58:"Scheppach motorni perač visokim pritiskom HCP5000 240 bar";s:12:"product_name";s:58:"Scheppach motorni perač visokim pritiskom HCP5000 240 bar";s:3:"url";s:57:"scheppach-motorni-perac-visokim-pritiskom-hcp5000-240-bar";s:4:"path";s:14:"/1/21/126/133/";}i:1;a:6:{s:2:"id";s:6:"119989";s:10:"product_id";i:119989;s:4:"name";s:40:"Perač pod visokim pritiskom W-HR 3000 i";s:12:"product_name";s:40:"Perač pod visokim pritiskom W-HR 3000 i";s:3:"url";s:39:"perac-pod-visokim-pritiskom-w-hr-3000-i";s:4:"path";s:14:"/1/21/126/133/";}}}i:13;a:7:{s:11:"category_id";i:300;s:13:"category_name";s:24:"Benzinski rezači betona";s:17:"category_name_seo";s:23:"benzinski-rezaci-betona";s:17:"category_name_aim";s:24:"Benzinski rezači betona";s:14:"category_image";s:18:"300-1617404793.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:4:{i:0;a:6:{s:2:"id";s:6:"118744";s:10:"product_id";i:118744;s:4:"name";s:40:"Benzinski sekač betona PTS400 Scheppach";s:12:"product_name";s:40:"Benzinski sekač betona PTS400 Scheppach";s:3:"url";s:39:"benzinski-sekac-betona-pts400-scheppach";s:4:"path";s:14:"/1/21/126/300/";}i:1;a:6:{s:2:"id";s:5:"80946";s:10:"product_id";i:80946;s:4:"name";s:51:"Benzinski sekač asfalta i betona CN16 GARDENmaster";s:12:"product_name";s:51:"Benzinski sekač asfalta i betona CN16 GARDENmaster";s:3:"url";s:50:"benzinski-sekac-asfalta-i-betona-cn16-gardenmaster";s:4:"path";s:14:"/1/21/126/300/";}i:2;a:6:{s:2:"id";s:5:"98682";s:10:"product_id";i:98682;s:4:"name";s:51:"AGT mašina za sečenje betona i asfalta ATB 450/13";s:12:"product_name";s:51:"AGT mašina za sečenje betona i asfalta ATB 450/13";s:3:"url";s:48:"agt-masina-za-secenje-betona-i-asfalta-atb-45013";s:4:"path";s:14:"/1/21/126/300/";}i:3;a:6:{s:2:"id";s:5:"98683";s:10:"product_id";i:98683;s:4:"name";s:51:"AGT mašina za sečenje betona i asfalta ATB 500/13";s:12:"product_name";s:51:"AGT mašina za sečenje betona i asfalta ATB 500/13";s:3:"url";s:48:"agt-masina-za-secenje-betona-i-asfalta-atb-50013";s:4:"path";s:14:"/1/21/126/300/";}}}i:14;a:7:{s:11:"category_id";i:1105;s:13:"category_name";s:36:"Benzinski traktori za košenje trave";s:17:"category_name_seo";s:35:"benzinski-traktori-za-kosenje-trave";s:17:"category_name_aim";s:36:"Benzinski traktori za košenje trave";s:14:"category_image";s:19:"1105-1674858230.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"117221";s:10:"product_id";i:117221;s:4:"name";s:75:"Scheppach MR230-61 traktor kosilica za travu 6.0 KS, širina košenja 61 cm";s:12:"product_name";s:75:"Scheppach MR230-61 traktor kosilica za travu 6.0 KS, širina košenja 61 cm";s:3:"url";s:71:"scheppach-mr230-61-traktor-kosilica-za-travu-60-ks-sirina-kosenja-61-cm";s:4:"path";s:15:"/1/21/126/1105/";}i:1;a:6:{s:2:"id";s:6:"120433";s:10:"product_id";i:120433;s:4:"name";s:46:"ISKRA ERO traktorska kosilica za travu 224 cm3";s:12:"product_name";s:46:"ISKRA ERO traktorska kosilica za travu 224 cm3";s:3:"url";s:46:"iskra-ero-traktorska-kosilica-za-travu-224-cm3";s:4:"path";s:15:"/1/21/126/1105/";}i:2;a:6:{s:2:"id";s:6:"120422";s:10:"product_id";i:120422;s:4:"name";s:45:"ISKRA ERO traktorska kosilica za travu 352cm3";s:12:"product_name";s:45:"ISKRA ERO traktorska kosilica za travu 352cm3";s:3:"url";s:45:"iskra-ero-traktorska-kosilica-za-travu-352cm3";s:4:"path";s:15:"/1/21/126/1105/";}i:3;a:6:{s:2:"id";s:5:"80846";s:10:"product_id";i:80846;s:4:"name";s:59:"Benzinski traktor za košenje trave OM 98 L/14,5 K Oleo-Mac";s:12:"product_name";s:59:"Benzinski traktor za košenje trave OM 98 L/14,5 K Oleo-Mac";s:3:"url";s:56:"benzinski-traktor-za-kosenje-trave-om-98-l145-k-oleo-mac";s:4:"path";s:15:"/1/21/126/1105/";}i:4;a:6:{s:2:"id";s:5:"65980";s:10:"product_id";i:65980;s:4:"name";s:64:"Benzinski traktor za košenje trave sa korpom LT1 NR92 Cub Cadet";s:12:"product_name";s:64:"Benzinski traktor za košenje trave sa korpom LT1 NR92 Cub Cadet";s:3:"url";s:63:"benzinski-traktor-za-kosenje-trave-sa-korpom-lt1-nr92-cub-cadet";s:4:"path";s:15:"/1/21/126/1105/";}}}i:15;a:7:{s:11:"category_id";i:130;s:13:"category_name";s:33:"Benzinski trimeri za živu ogradu";s:17:"category_name_seo";s:32:"benzinski-trimeri-za-zivu-ogradu";s:17:"category_name_aim";s:33:"Benzinski trimeri za živu ogradu";s:14:"category_image";s:18:"130-1674860045.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"81101";s:10:"product_id";i:81101;s:4:"name";s:52:"Benzinske makaze za živu ogradu HT7510 GARDENmaster";s:12:"product_name";s:52:"Benzinske makaze za živu ogradu HT7510 GARDENmaster";s:3:"url";s:51:"benzinske-makaze-za-zivu-ogradu-ht7510-gardenmaster";s:4:"path";s:14:"/1/21/126/130/";}i:1;a:6:{s:2:"id";s:5:"87286";s:10:"product_id";i:87286;s:4:"name";s:47:"FIELDMANN FZN 4006-B Benzinski trimer za ogradu";s:12:"product_name";s:47:"FIELDMANN FZN 4006-B Benzinski trimer za ogradu";s:3:"url";s:47:"fieldmann-fzn-4006-b-benzinski-trimer-za-ogradu";s:4:"path";s:14:"/1/21/126/130/";}i:2;a:6:{s:2:"id";s:6:"120251";s:10:"product_id";i:120251;s:4:"name";s:45:"Trimer za živicu W-BHC 650-1 benzinski WOMAX";s:12:"product_name";s:45:"Trimer za živicu W-BHC 650-1 benzinski WOMAX";s:3:"url";s:44:"trimer-za-zivicu-w-bhc-650-1-benzinski-womax";s:4:"path";s:14:"/1/21/126/130/";}i:3;a:6:{s:2:"id";s:5:"70153";s:10:"product_id";i:70153;s:4:"name";s:48:"Benzinski trimer za živicu 25.4cm3 0.75kW ISKRA";s:12:"product_name";s:48:"Benzinski trimer za živicu 25.4cm3 0.75kW ISKRA";s:3:"url";s:45:"benzinski-trimer-za-zivicu-254cm3-075kw-iskra";s:4:"path";s:14:"/1/21/126/130/";}i:4;a:6:{s:2:"id";s:5:"78631";s:10:"product_id";i:78631;s:4:"name";s:51:"Benzinski trimer za živicu 25.4cm3 0.7kW ISKRA ERO";s:12:"product_name";s:51:"Benzinski trimer za živicu 25.4cm3 0.7kW ISKRA ERO";s:3:"url";s:48:"benzinski-trimer-za-zivicu-254cm3-07kw-iskra-ero";s:4:"path";s:14:"/1/21/126/130/";}}}i:16;a:7:{s:11:"category_id";i:1345;s:13:"category_name";s:24:"Benzinski ugradni motori";s:17:"category_name_seo";s:24:"benzinski-ugradni-motori";s:17:"category_name_aim";s:24:"Benzinski ugradni motori";s:14:"category_image";s:19:"1345-1674865673.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:17;a:7:{s:11:"category_id";i:1457;s:13:"category_name";s:37:"Burgije i nastavci za bušače zemlje";s:17:"category_name_seo";s:35:"burgije-i-nastavci-za-busace-zemlje";s:17:"category_name_aim";s:35:"Burgije i oprema za bušače zemlje";s:14:"category_image";s:19:"1457-1673872250.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"81025";s:10:"product_id";i:81025;s:4:"name";s:37:"Burgija za bušač 100mm GARDENmaster";s:12:"product_name";s:37:"Burgija za bušač 100mm GARDENmaster";s:3:"url";s:35:"burgija-za-busac-100mm-gardenmaster";s:4:"path";s:15:"/1/21/126/1457/";}i:1;a:6:{s:2:"id";s:5:"96001";s:10:"product_id";i:96001;s:4:"name";s:31:"Burgija za zemlju 120mm Einhell";s:12:"product_name";s:31:"Burgija za zemlju 120mm Einhell";s:3:"url";s:31:"burgija-za-zemlju-120mm-einhell";s:4:"path";s:15:"/1/21/126/1457/";}i:2;a:6:{s:2:"id";s:6:"109395";s:10:"product_id";i:109395;s:4:"name";s:53:"Burgije za motorni bušač za zemlju 15x80cm NAKAYAMA";s:12:"product_name";s:53:"Burgije za motorni bušač za zemlju 15x80cm NAKAYAMA";s:3:"url";s:51:"burgije-za-motorni-busac-za-zemlju-15x80cm-nakayama";s:4:"path";s:15:"/1/21/126/1457/";}i:3;a:6:{s:2:"id";s:6:"109396";s:10:"product_id";i:109396;s:4:"name";s:53:"Burgija za motorni bušač za zemlju 20x80cm NAKAYAMA";s:12:"product_name";s:53:"Burgija za motorni bušač za zemlju 20x80cm NAKAYAMA";s:3:"url";s:51:"burgija-za-motorni-busac-za-zemlju-20x80cm-nakayama";s:4:"path";s:15:"/1/21/126/1457/";}i:4;a:6:{s:2:"id";s:5:"17382";s:10:"product_id";i:17382;s:4:"name";s:56:"Burgija 100 mm za motorni bušač zemlje VPH 43 Villager";s:12:"product_name";s:56:"Burgija 100 mm za motorni bušač zemlje VPH 43 Villager";s:3:"url";s:54:"burgija-100-mm-za-motorni-busac-zemlje-vph-43-villager";s:4:"path";s:15:"/1/21/126/1457/";}}}i:18;a:7:{s:11:"category_id";i:666;s:13:"category_name";s:36:"Dodatna oprema i pribor za ben. alat";s:17:"category_name_seo";s:35:"dodatna-oprema-i-pribor-za-ben-alat";s:17:"category_name_aim";s:36:"Dodatna oprema i pribor za ben. alat";s:14:"category_image";s:18:"666-1461231421.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"84791";s:10:"product_id";i:84791;s:4:"name";s:37:"Ključ za svećice za motornu testeru";s:12:"product_name";s:37:"Ključ za svećice za motornu testeru";s:3:"url";s:35:"kljuc-za-svecice-za-motornu-testeru";s:4:"path";s:14:"/1/21/126/666/";}i:1;a:6:{s:2:"id";s:5:"21652";s:10:"product_id";i:21652;s:4:"name";s:22:"Svećice 77-414 OREGON";s:12:"product_name";s:22:"Svećice 77-414 OREGON";s:3:"url";s:21:"svecice-77-414-oregon";s:4:"path";s:14:"/1/21/126/666/";}i:2;a:6:{s:2:"id";s:6:"110447";s:10:"product_id";i:110447;s:4:"name";s:35:"Trokraki nož za trimere 255x25.4mm";s:12:"product_name";s:35:"Trokraki nož za trimere 255x25.4mm";s:3:"url";s:33:"trokraki-noz-za-trimere-255x254mm";s:4:"path";s:14:"/1/21/126/666/";}i:3;a:6:{s:2:"id";s:5:"77821";s:10:"product_id";i:77821;s:4:"name";s:34:"Cirkular za trimere VB 8T Villager";s:12:"product_name";s:34:"Cirkular za trimere VB 8T Villager";s:3:"url";s:34:"cirkular-za-trimere-vb-8t-villager";s:4:"path";s:14:"/1/21/126/666/";}i:4;a:6:{s:2:"id";s:5:"69034";s:10:"product_id";i:69034;s:4:"name";s:27:"Set za zamenu ulja Villager";s:12:"product_name";s:27:"Set za zamenu ulja Villager";s:3:"url";s:27:"set-za-zamenu-ulja-villager";s:4:"path";s:14:"/1/21/126/666/";}}}i:19;a:7:{s:11:"category_id";i:1266;s:13:"category_name";s:33:"Glačalice za beton - helikopteri";s:17:"category_name_seo";s:30:"glacalice-za-beton-helikopteri";s:17:"category_name_aim";s:32:"Glačalica za beton - helikopter";s:14:"category_image";s:19:"1266-1674865548.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:3:{i:0;a:6:{s:2:"id";s:5:"80940";s:10:"product_id";i:80940;s:4:"name";s:37:"Helikopter za beton PT36 GARDENmaster";s:12:"product_name";s:37:"Helikopter za beton PT36 GARDENmaster";s:3:"url";s:37:"helikopter-za-beton-pt36-gardenmaster";s:4:"path";s:15:"/1/21/126/1266/";}i:1;a:6:{s:2:"id";s:5:"98680";s:10:"product_id";i:98680;s:4:"name";s:35:"AGT helikopter za beton AGT 4-600 W";s:12:"product_name";s:35:"AGT helikopter za beton AGT 4-600 W";s:3:"url";s:35:"agt-helikopter-za-beton-agt-4-600-w";s:4:"path";s:15:"/1/21/126/1266/";}i:2;a:6:{s:2:"id";s:5:"98681";s:10:"product_id";i:98681;s:4:"name";s:35:"AGT helikopter za beton AGT 4-900 W";s:12:"product_name";s:35:"AGT helikopter za beton AGT 4-900 W";s:3:"url";s:35:"agt-helikopter-za-beton-agt-4-900-w";s:4:"path";s:15:"/1/21/126/1266/";}}}i:20;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:21;a:7:{s:11:"category_id";i:152;s:13:"category_name";s:15:"Lanci i mačevi";s:17:"category_name_seo";s:14:"lanci-i-macevi";s:17:"category_name_aim";s:15:"Lanci i mačevi";s:14:"category_image";s:18:"152-1674859323.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"92547";s:10:"product_id";i:92547;s:4:"name";s:40:"Oregon Lanac testere 3/8, 1,3MM, 20 zuba";s:12:"product_name";s:40:"Oregon Lanac testere 3/8, 1,3MM, 20 zuba";s:3:"url";s:36:"oregon-lanac-testere-38-13mm-20-zuba";s:4:"path";s:13:"/1/21/46/152/";}i:1;a:6:{s:2:"id";s:5:"91449";s:10:"product_id";i:91449;s:4:"name";s:36:"Rezervni mač za GC-EC 750 T Einhell";s:12:"product_name";s:36:"Rezervni mač za GC-EC 750 T Einhell";s:3:"url";s:35:"rezervni-mac-za-gc-ec-750-t-einhell";s:4:"path";s:13:"/1/21/46/152/";}i:2;a:6:{s:2:"id";s:6:"117994";s:10:"product_id";i:117994;s:4:"name";s:63:"Lanac za električne testere 3/8".050" (1.3mm) 57 140104 3347OM";s:12:"product_name";s:63:"Lanac za električne testere 3/8".050" (1.3mm) 57 140104 3347OM";s:3:"url";s:55:"lanac-za-elektricne-testere-38050-13mm-57-140104-3347om";s:4:"path";s:13:"/1/21/46/152/";}i:3;a:6:{s:2:"id";s:6:"117978";s:10:"product_id";i:117978;s:4:"name";s:58:"Lanac motorne testere RD 3/8 link 56 (1.3mm) 140103 2329OM";s:12:"product_name";s:58:"Lanac motorne testere RD 3/8 link 56 (1.3mm) 140103 2329OM";s:3:"url";s:54:"lanac-motorne-testere-rd-38-link-56-13mm-140103-2329om";s:4:"path";s:13:"/1/21/46/152/";}i:4;a:6:{s:2:"id";s:5:"82997";s:10:"product_id";i:82997;s:4:"name";s:74:"Lanac za testeru 3/8" 1.3mm ( VGS 12, VGS 12S, VGS 260S ) 91VXL045E Oregon";s:12:"product_name";s:74:"Lanac za testeru 3/8" 1.3mm ( VGS 12, VGS 12S, VGS 260S ) 91VXL045E Oregon";s:3:"url";s:65:"lanac-za-testeru-38-13mm-vgs-12-vgs-12s-vgs-260s-91vxl045e-oregon";s:4:"path";s:13:"/1/21/46/152/";}}}i:22;a:7:{s:11:"category_id";i:1403;s:13:"category_name";s:29:"Mašine za proizvodnju peleta";s:17:"category_name_seo";s:28:"masine-za-proizvodnju-peleta";s:17:"category_name_aim";s:29:"Mašine za proizvodnju peleta";s:14:"category_image";s:19:"1403-1613056555.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:23;a:7:{s:11:"category_id";i:714;s:13:"category_name";s:21:"Motorne pumpe za vodu";s:17:"category_name_seo";s:21:"motorne-pumpe-za-vodu";s:17:"category_name_aim";s:21:"Motorne pumpe za vodu";s:14:"category_image";s:18:"714-1674863087.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"80896";s:10:"product_id";i:80896;s:4:"name";s:38:"Motorna pumpa za vodu WP 10 E Villager";s:12:"product_name";s:38:"Motorna pumpa za vodu WP 10 E Villager";s:3:"url";s:38:"motorna-pumpa-za-vodu-wp-10-e-villager";s:4:"path";s:13:"/1/44/98/714/";}i:1;a:6:{s:2:"id";s:5:"81681";s:10:"product_id";i:81681;s:4:"name";s:41:"Pumpa motorna baštenska W-MGP 1600 Womax";s:12:"product_name";s:41:"Pumpa motorna baštenska W-MGP 1600 Womax";s:3:"url";s:40:"pumpa-motorna-bastenska-w-mgp-1600-womax";s:4:"path";s:13:"/1/44/98/714/";}i:2;a:6:{s:2:"id";s:6:"119953";s:10:"product_id";i:119953;s:4:"name";s:41:"PUMPA BAŠTENSKA W-MGP 1600 MOTORNA Womax";s:12:"product_name";s:41:"PUMPA BAŠTENSKA W-MGP 1600 MOTORNA Womax";s:3:"url";s:34:"pumpa-bastenska-w-mgp-1600-motorna";s:4:"path";s:13:"/1/44/98/714/";}i:3;a:6:{s:2:"id";s:5:"60588";s:10:"product_id";i:60588;s:4:"name";s:31:"Motorna pumpa za vodu WP-30 AGM";s:12:"product_name";s:31:"Motorna pumpa za vodu WP-30 AGM";s:3:"url";s:31:"motorna-pumpa-za-vodu-wp-30-agm";s:4:"path";s:13:"/1/44/98/714/";}i:4;a:6:{s:2:"id";s:6:"111917";s:10:"product_id";i:111917;s:4:"name";s:103:"Scheppach PWP32 benzinska pumpa za vodu 5,3 KS, prečnik priključka 2 cola, protok 32000 litara na sat";s:12:"product_name";s:103:"Scheppach PWP32 benzinska pumpa za vodu 5,3 KS, prečnik priključka 2 cola, protok 32000 litara na sat";s:3:"url";s:98:"scheppach-pwp32-benzinska-pumpa-za-vodu-53-ks-precnik-prikljucka-2-cola-protok-32000-litara-na-sat";s:4:"path";s:13:"/1/44/98/714/";}}}i:24;a:7:{s:11:"category_id";i:1210;s:13:"category_name";s:32:"Oprema za traktore i kultivatore";s:17:"category_name_seo";s:32:"oprema-za-traktore-i-kultivatore";s:17:"category_name_aim";s:32:"Oprema za traktore i kultivatore";s:14:"category_image";s:19:"1210-1674864289.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"66007";s:10:"product_id";i:66007;s:4:"name";s:46:"Set za malčiranje trave za traktore bez korpe";s:12:"product_name";s:46:"Set za malčiranje trave za traktore bez korpe";s:3:"url";s:45:"set-za-malciranje-trave-za-traktore-bez-korpe";s:4:"path";s:15:"/1/21/126/1210/";}i:1;a:6:{s:2:"id";s:5:"78668";s:10:"product_id";i:78668;s:4:"name";s:38:"Disk za čišćenje VPTC 8520 Villager";s:12:"product_name";s:38:"Disk za čišćenje VPTC 8520 Villager";s:3:"url";s:35:"disk-za-ciscenje-vptc-8520-villager";s:4:"path";s:15:"/1/21/126/1210/";}i:2;a:6:{s:2:"id";s:5:"81721";s:10:"product_id";i:81721;s:4:"name";s:57:"Plug za zagrtanje zemlje za kultivator GK750 GARDENmaster";s:12:"product_name";s:57:"Plug za zagrtanje zemlje za kultivator GK750 GARDENmaster";s:3:"url";s:57:"plug-za-zagrtanje-zemlje-za-kultivator-gk750-gardenmaster";s:4:"path";s:15:"/1/21/126/1210/";}i:3;a:6:{s:2:"id";s:5:"81722";s:10:"product_id";i:81722;s:4:"name";s:58:"Plug za vađenje krompira za kultivator GK750 GARDENmaster";s:12:"product_name";s:58:"Plug za vađenje krompira za kultivator GK750 GARDENmaster";s:3:"url";s:57:"plug-za-vadenje-krompira-za-kultivator-gk750-gardenmaster";s:4:"path";s:15:"/1/21/126/1210/";}i:4;a:6:{s:2:"id";s:5:"67588";s:10:"product_id";i:67588;s:4:"name";s:34:"Plug sakupljač za VSS 60 Villager";s:12:"product_name";s:34:"Plug sakupljač za VSS 60 Villager";s:3:"url";s:32:"plug-sakupljac-za-vs-60-villager";s:4:"path";s:15:"/1/21/126/1210/";}}}i:25;a:7:{s:11:"category_id";i:1109;s:13:"category_name";s:25:"Strune i glave za trimere";s:17:"category_name_seo";s:25:"strune-i-glave-za-trimere";s:17:"category_name_aim";s:25:"Strune i glave za trimere";s:14:"category_image";s:19:"1109-1671990905.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"82368";s:10:"product_id";i:82368;s:4:"name";s:52:"Silk trimer, okrugli zelen 1.3mm x 15m 69-482 Oregon";s:12:"product_name";s:52:"Silk trimer, okrugli zelen 1.3mm x 15m 69-482 Oregon";s:3:"url";s:50:"silk-trimer-okrugli-zelen-13mm-x-15m-69-482-oregon";s:4:"path";s:14:"/1/21/46/1109/";}i:1;a:6:{s:2:"id";s:5:"87635";s:10:"product_id";i:87635;s:4:"name";s:39:"Struna za trimer - okrugla 1,3x15m Rosa";s:12:"product_name";s:39:"Struna za trimer - okrugla 1,3x15m Rosa";s:3:"url";s:36:"struna-za-trimer-okrugla-13x15m-rosa";s:4:"path";s:14:"/1/21/46/1109/";}i:2;a:6:{s:2:"id";s:5:"49721";s:10:"product_id";i:49721;s:4:"name";s:48:"Struna za trimer okrugla nit 2.4 mm 15m Villager";s:12:"product_name";s:48:"Struna za trimer okrugla nit 2.4 mm 15m Villager";s:3:"url";s:47:"struna-za-trimer-okrugla-nit-24-mm-15m-villager";s:4:"path";s:14:"/1/21/46/1109/";}i:3;a:6:{s:2:"id";s:5:"49723";s:10:"product_id";i:49723;s:4:"name";s:48:"Struna za trimer okrugla nit 2.7 mm 15m Villager";s:12:"product_name";s:48:"Struna za trimer okrugla nit 2.7 mm 15m Villager";s:3:"url";s:47:"struna-za-trimer-okrugla-nit-27-mm-15m-villager";s:4:"path";s:14:"/1/21/46/1109/";}i:4;a:6:{s:2:"id";s:5:"56335";s:10:"product_id";i:56335;s:4:"name";s:44:"Struna za trimer - twist 2,00 mm x 15m ROSA";s:12:"product_name";s:44:"Struna za trimer - twist 2,00 mm x 15m ROSA";s:3:"url";s:40:"struna-za-trimer-twist-200-mm-x-15m-rosa";s:4:"path";s:14:"/1/21/46/1109/";}}}i:26;a:7:{s:11:"category_id";i:1458;s:13:"category_name";s:42:"Ulje za lance za testere i benzinske alate";s:17:"category_name_seo";s:42:"ulje-za-lance-za-testere-i-benzinske-alate";s:17:"category_name_aim";s:42:"Ulje za benzinske alate i lance za testere";s:14:"category_image";s:19:"1458-1673876246.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"53834";s:10:"product_id";i:53834;s:4:"name";s:40:"Ulje za dvotaktne motore 100 ml Villager";s:12:"product_name";s:40:"Ulje za dvotaktne motore 100 ml Villager";s:3:"url";s:40:"ulje-za-dvotaktne-motore-100-ml-villager";s:4:"path";s:15:"/1/21/126/1458/";}i:1;a:6:{s:2:"id";s:5:"21987";s:10:"product_id";i:21987;s:4:"name";s:37:"Ulje za dvotaktne motore 100ml OREGON";s:12:"product_name";s:37:"Ulje za dvotaktne motore 100ml OREGON";s:3:"url";s:37:"ulje-za-dvotaktne-motore-100ml-oregon";s:4:"path";s:15:"/1/21/126/1458/";}i:2;a:6:{s:2:"id";s:6:"102660";s:10:"product_id";i:102660;s:4:"name";s:26:"Ulje dvotaktol 100ml Stihl";s:12:"product_name";s:26:"Ulje dvotaktol 100ml Stihl";s:3:"url";s:26:"ulje-dvotaktol-100ml-stihl";s:4:"path";s:15:"/1/21/126/1458/";}i:3;a:6:{s:2:"id";s:5:"84901";s:10:"product_id";i:84901;s:4:"name";s:44:"Oregon Ulje za dvotaktne motore zeleno 100ml";s:12:"product_name";s:44:"Oregon Ulje za dvotaktne motore zeleno 100ml";s:3:"url";s:44:"oregon-ulje-za-dvotaktne-motore-zeleno-100ml";s:4:"path";s:15:"/1/21/126/1458/";}i:4;a:6:{s:2:"id";s:6:"115318";s:10:"product_id";i:115318;s:4:"name";s:47:"Makita 195957-9 ulje za dvotaktne motore 100 ml";s:12:"product_name";s:47:"Makita 195957-9 ulje za dvotaktne motore 100 ml";s:3:"url";s:47:"makita-195957-9-ulje-za-dvotaktne-motore-100-ml";s:4:"path";s:15:"/1/21/126/1458/";}}}i:27;a:7:{s:11:"category_id";i:670;s:13:"category_name";s:29:"Vertikateri-aeratori za travu";s:17:"category_name_seo";s:29:"vertikateri-aeratori-za-travu";s:17:"category_name_aim";s:29:"Vertikateri-aeratori za travu";s:14:"category_image";s:18:"670-1306231192.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:2:{i:0;a:6:{s:2:"id";s:6:"105467";s:10:"product_id";i:105467;s:4:"name";s:48:"FIELDMANN FZV 6050-B motorni prozračivač trave";s:12:"product_name";s:48:"FIELDMANN FZV 6050-B motorni prozračivač trave";s:3:"url";s:46:"fieldmann-fzv-6050-b-motorni-prozracivac-trave";s:4:"path";s:14:"/1/21/126/670/";}i:1;a:6:{s:2:"id";s:6:"110223";s:10:"product_id";i:110223;s:4:"name";s:53:"Motorni prozračivač travnjaka 5.4KS SC55P Scheppach";s:12:"product_name";s:53:"Motorni prozračivač travnjaka 5.4KS SC55P Scheppach";s:3:"url";s:50:"motorni-prozracivac-travnjaka-54ks-sc55p-scheppach";s:4:"path";s:14:"/1/21/126/670/";}}}}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 {#1215
+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 => 17809528152 => "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 => 17809528152 => "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.