Skip to content

Commit

Permalink
Fond J5 vs J4 use different classes
Browse files Browse the repository at this point in the history
  • Loading branch information
bcordis committed Sep 30, 2024
1 parent 3d13615 commit 2aac75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/src/View/Cwmbackup/HtmlView.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
*/
class HtmlView extends BaseHtmlView
{
/** @var CMSObject CanDo function
/** @var CMSObject|Registry CanDo function
*
* @since 9.0.0
*/
public CMSObject $canDo;
public CMSObject|Registry $canDo;

/** @var string Temp Destination
*
Expand Down

0 comments on commit 2aac75b

Please sign in to comment.