Kristijan Stipić

Results 7 comments of Kristijan Stipić

i have same problem `Warning: spl_object_hash() expects parameter 1 to be object, int given ` ``` /** * @Groups({"page_tree"}) * @ApiSubresource(maxDepth=1) * @Gedmo\TreeRoot(identifierMethod="getRoot") * @ORM\ManyToOne(targetEntity="Menu") * @ORM\JoinColumn(referencedColumnName="id", onDelete="CASCADE") * @MaxDepth(1)...

@sheeep still nothing about this custom response?

@rsaenen can you show us how you solve this problem

@astrocodespace thank you, it's help me. it's time for me to make some upgrades on my app

`['my_data' => 'data']` = Payload `user_notification` = name of your PubSub route `['username' => 'user1'] `= params for your PubSub route (if needed) example: Let's say i have app_topic_chat PubSub...

@khoanguyen2610 In your composer.json `"codeguy/upload": "dev-master"` composer update