Skip to content

Commit

Permalink
BC BREAK: BaseEndpoint: Remove dependency to SmartObject.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Sep 10, 2022
1 parent 8f3a296 commit 222c25e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Endpoint/BaseEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@
use Nette\Security\Authorizator;
use Nette\Security\IIdentity;
use Nette\Security\User;
use Nette\SmartObject;

abstract class BaseEndpoint implements Endpoint
{
use SmartObject;

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

0 comments on commit 222c25e

Please sign in to comment.