We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc335d commit 5e98675Copy full SHA for 5e98675
1 file changed
solid/lib/Db/SolidWebhook.php
@@ -7,7 +7,7 @@
7
use OCP\AppFramework\Db\Entity;
8
9
class SolidWebhook extends Entity implements JsonSerializable {
10
- protected $id;
+ public $id;
11
protected $path;
12
protected $webId;
13
protected $url;
0 commit comments