There was an error while loading. Please reload this page.
2 parents 93c0a9f + d60d897 commit 0f0414cCopy full SHA for 0f0414c
book/doctrine.rst
@@ -949,7 +949,7 @@ to the given ``Category`` object via their ``category_id`` value.
949
950
$category = $product->getCategory();
951
952
- prints "Proxies\AcmeStoreBundleEntityCategoryProxy"
+ // prints "Proxies\AcmeStoreBundleEntityCategoryProxy"
953
echo get_class($category);
954
955
This proxy object extends the true ``Category`` object, and looks and
0 commit comments