add
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
declare (strict_types = 1);
|
||||
|
||||
namespace app\index\controller;
|
||||
|
||||
use app\middleware\checkLogin;
|
||||
|
||||
class Common{
|
||||
protected $middleware = [checkLogin::class];
|
||||
public function initialize(){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user