mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix use const
This commit is contained in:
parent
bb3f7595f7
commit
0f01ecde96
5 changed files with 26 additions and 29 deletions
|
|
@ -12,7 +12,7 @@ class Send extends \Yggverse\Yoda\Abstract\Entity\Button
|
|||
public Response $response;
|
||||
|
||||
// Defaults
|
||||
protected string $_label = 'Send';
|
||||
public const LABEL = 'Send';
|
||||
|
||||
public function __construct(
|
||||
Response $response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue