Skip to content
This repository was archived by the owner on Apr 22, 2021. It is now read-only.

Commit f421612

Browse files
committed
Remove unused constants
1 parent 7786ffc commit f421612

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Verifier/AuthorizeActionVerifierInterface.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
*/
2525
interface AuthorizeActionVerifierInterface
2626
{
27-
public const ACCESS_GRANTED = 1;
28-
public const ACCESS_ABSTAIN = 0;
29-
public const ACCESS_DENIED = -1;
30-
3127
/**
3228
* If the verifier supports action and user.
3329
*

0 commit comments

Comments
 (0)