10000 flexible number of columns · laravel-enso/forms@795aa9c · GitHub
[go: up one dir, main page]

Skip to content

Commit 795aa9c

Browse files
committed
flexible number of columns
1 parent 713426a commit 795aa9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptions/Template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static function missingTabAttribute($columns)
8080
public static function invalidColumnsAttributes($columns, $allowed)
8181
{
8282
return new static(__(
83-
'Invalid "columns" attribute in section object: :columns. Allowed values: positive number, custom or slot',
83+
'Invalid "columns" attribute in section object: :columns. Allowed values: :allowed or positive number',
8484
['columns' => $columns, 'allowed' => $allowed]
8585
));
8686
}

0 commit comments

Comments
 (0)
0