This commit is contained in:
JaguarJack
2020-11-29 09:29:14 +08:00
parent 97efb82971
commit 94c430f491
60 changed files with 140 additions and 22 deletions

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
namespace catcher\base;
abstract class CatchController

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
namespace catcher\base;
use catcher\CatchQuery;

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* @filename CatchRepository.php
* @createdAt 2020/6/21

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
namespace catcher\base;
use app\Request;

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
namespace catcher\base;
use think\Validate;