We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188e454 commit 52d9722Copy full SHA for 52d9722
1 file changed
src/Models/Link.php
@@ -239,10 +239,7 @@ public function forTemplate()
239
// in a project. Fallback to using the generic Link.ss template which this module provides
240
return $this->renderWith([static::class, Link::class]);
241
}
242
-public function getAllComponents()
243
-{
244
- return $this->components;
245
-}
+
246
/**
247
* Get the owner of this link, if there is one.
248
*
0 commit comments