Skip to content

Commit

Permalink
BaseEndpoint: Old constants will be deprecated in future.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Apr 24, 2022
1 parent aaae8a0 commit 0b3504a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Endpoint/BaseEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ abstract class BaseEndpoint implements Endpoint
{
use SmartObject;

/** @deprecated since 2022-04-18, use Perl case instead */
// TODO: @deprecated since 2022-04-18, use Perl case instead
public const
FLASH_MESSAGE_SUCCESS = 'success',
FLASH_MESSAGE_INFO = 'info',
Expand Down

0 comments on commit 0b3504a

Please sign in to comment.