Skip to content

Commit

Permalink
Update ExtraControl.php
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Aug 28, 2024
1 parent 1f07b2a commit ab1da38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Drago/Application/UI/ExtraControl.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
*/
class ExtraControl extends Control
{
public const string Offcanvas = 'Offcanvas';

Check failure on line 23 in src/Drago/Application/UI/ExtraControl.php

View workflow job for this annotation

GitHub Actions / PHPStan

Class constants with native types are supported only on PHP 8.3 and later.
public const string Modal = 'Modal';

Check failure on line 24 in src/Drago/Application/UI/ExtraControl.php

View workflow job for this annotation

GitHub Actions / PHPStan

Class constants with native types are supported only on PHP 8.3 and later.
public ?Translator $translator = null;


Expand Down

0 comments on commit ab1da38

Please sign in to comment.