10000
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 713426a commit 795aa9cCopy full SHA for 795aa9c
src/Exceptions/Template.php
@@ -80,7 +80,7 @@ public static function missingTabAttribute($columns)
80
public static function invalidColumnsAttributes($columns, $allowed)
81
{
82
return new static(__(
83
- 'Invalid "columns" attribute in section object: :columns. Allowed values: positive number, custom or slot',
+ 'Invalid "columns" attribute in section object: :columns. Allowed values: :allowed or positive number',
84
['columns' => $columns, 'allowed' => $allowed]
85
));
86
}
0 commit comments