bug fixing
This commit is contained in:
@@ -33,7 +33,7 @@ class RestController extends Controller
|
|||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
// $behaviors['authenticator'] = $auth;
|
$behaviors['authenticator'] = $auth;
|
||||||
$behaviors['authenticator'] = [
|
$behaviors['authenticator'] = [
|
||||||
'class' => JwtHttpBearerAuth::class,
|
'class' => JwtHttpBearerAuth::class,
|
||||||
'auth' => [$this, 'auth'],
|
'auth' => [$this, 'auth'],
|
||||||
|
|||||||
Reference in New Issue
Block a user