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 f92d98a commit 260973fCopy full SHA for 260973f
libraries/src/Toolbar/Toolbar.php
@@ -198,7 +198,7 @@ public function appendButton($button, ...$args)
198
199
@trigger_error(
200
\sprintf(
201
- '%s::appendButton() should only accept %s instance in Joomla 6.0.',
+ '%s::appendButton() should only accept %s instance in Joomla 7.0.',
202
static::class,
203
ToolbarButton::class
204
),
@@ -275,7 +275,7 @@ public function prependButton($button, ...$args)
275
276
277
278
- '%s::prependButton() should only accept %s instance in Joomla 6.0.',
+ '%s::prependButton() should only accept %s instance in Joomla 7.0.',
279
280
281
0 commit comments