Skip to content

Commit 0962196

Browse files
committed
Updated method doc
1 parent da95a76 commit 0962196

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Layout.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ public function isInsertable(FlexibleInterface $container)
146146
/**
147147
* Create a layout instance from this layout.
148148
*
149-
* @param int $instances
149+
* @param null|string $id
150+
* @param array $attributes
150151
* @return \Whitecube\LaravelFlexibleContent\Contracts\Layout
151152
*/
152153
public function make(?string $id = null, array $attributes = []) : LayoutInterface

0 commit comments

Comments
 (0)