Skip to content

Commit fa4b4bf

Browse files
committed
fix
1 parent b98e96d commit fa4b4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/ConfigurableTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trait ConfigurableTrait
1313
*
1414
* @return $this
1515
*/
16-
public function configurable(array $attributes, $exceptOnMiss = true)
16+
public function configurable(array $attributes, ?bool $exceptOnMiss = true)
1717
{
1818
foreach ($attributes as $key => $value) {
1919
if ($exceptOnMiss && !property_exists($this, $key)) {

0 commit comments

Comments
 (0)