|
@@ -1,9 +1,7 @@ |
|
1
|
1
|
<?php if (! defined('ABSPATH')) exit; // Exit if accessed directly
|
|
2
|
2
|
class HC3_Auth implements HC3_IAuth
|
|
3
|
3
|
{
|
|
4
|
|
- public $self, $hooks, $usersQuery;
|
|
5
|
|
-
|
|
6
|
4
|
public function __construct(
|
|
7
|
5
|
HC3_Hooks $hooks,
|
|
8
|
6
|
HC3_Users_Query $usersQuery
|
|
9
|
7
|
)
|