bearer middleware
This commit is contained in:
@ -5,6 +5,7 @@ namespace kernel;
|
||||
|
||||
|
||||
use kernel\helpers\Debug;
|
||||
use kernel\modules\user\models\User;
|
||||
use kernel\services\ModuleService;
|
||||
use Phroute\Phroute\Dispatcher;
|
||||
|
||||
@ -17,6 +18,8 @@ class App
|
||||
|
||||
static Header $header;
|
||||
|
||||
static User $user;
|
||||
|
||||
public ModuleService $moduleService;
|
||||
|
||||
public static Database $db;
|
||||
|
Reference in New Issue
Block a user