File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
namespace ActiveCollab \Authentication \Authorizer ;
10
10
11
- use ActiveCollab \Authentication \Authorizer \ExceptionAware \DelegatesToHandler \DelegatesToHandler as DelegatesToExceptionHandler ;
11
+ use ActiveCollab \Authentication \Authorizer \ExceptionAware \DelegatesToHandler \DelegatesToHandler as DelegatesToExceptionHandlerImplementation ;
12
12
use ActiveCollab \Authentication \Authorizer \ExceptionAware \DelegatesToHandler \DelegatesToHandlerInterface ;
13
- use ActiveCollab \Authentication \Authorizer \ExceptionAware \ExceptionAware ;
14
- use ActiveCollab \Authentication \Authorizer \ExceptionAware \ExceptionHandler \ ExceptionHandlerInterface ;
13
+ use ActiveCollab \Authentication \Authorizer \ExceptionAware \ExceptionAware as ExceptionAwareImplementation ;
14
+ use ActiveCollab \Authentication \Authorizer \ExceptionAware \ExceptionAwareInterface ;
15
15
16
16
/**
17
17
* @package ActiveCollab\Authentication\Authorizer
18
18
*/
19
19
abstract class Authorizer implements
20
20
AuthorizerInterface,
21
21
DelegatesToHandlerInterface,
22
- ExceptionHandlerInterface
22
+ ExceptionAwareInterface
23
23
{
24
- use DelegatesToExceptionHandler, ExceptionAware ;
24
+ use DelegatesToExceptionHandlerImplementation, ExceptionAwareImplementation ;
25
25
}
Original file line number Diff line number Diff line change 14
14
/**
15
15
* @package ActiveCollab\Authentication\Authorizer\ExceptionAware
16
16
*/
17
- interface ExceptionHandlerInterface
17
+ interface ExceptionAwareInterface
18
18
{
19
19
/**
20
20
* @param array $credentials
You can’t perform that action at this time.
0 commit comments