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