初始化提交
This commit is contained in:
12
app/manager/controller/Error.php
Normal file
12
app/manager/controller/Error.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\manager\controller;
|
||||
|
||||
class Error extends Base
|
||||
{
|
||||
public function forbidden()
|
||||
{
|
||||
return $this->fetch();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user