We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7963072 commit d24f239Copy full SHA for d24f239
services/collections.md
@@ -1568,16 +1568,16 @@ The `pipeInto` method creates a new instance of the given class and passes the c
1568
class ResourceCollection
1569
{
1570
/**
1571
- * The Collection instance.
1572
- */
+ * The Collection instance.
+ */
1573
public $collection;
1574
1575
1576
- * Create a new ResourceCollection instance.
1577
- *
1578
- * @param Collection $collection
1579
- * @return void
1580
+ * Create a new ResourceCollection instance.
+ *
+ * @param Collection $collection
+ * @return void
1581
public function __construct(Collection $collection)
1582
1583
$this->collection = $collection;
0 commit comments